Html Css Color HEX #123344 Blue Whale

📋 copy color: '#123344'

red 18 ◦ green 51 ◦ blue 68

#123344
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #123344

Tints of Blue Whale #123344

RGB

 RED value IS 18 (7.42% from 255) = 13.14%

 GREEN value IS 51 (20.31% from 255) = 37.23%

 BLUE value IS 68 (26.95% from 255) = 49.64%

R = 13.14%
G = 37.23%
B = 49.64%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#123344 (or 0x123344) is known color: Blue Whale. HEX triplet: 12, 33 and 44. RGB value is (18,51,68). Sum of RGB (Red+Green+Blue) = 18+51+68=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #123344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123344 is #EDCCBB. Grayscale: #2A2A2A. Windows color (decimal): -15584444 or 4469522. OLE color: 4469522.

HSL color Cylindrical-coordinate representation of color #123344: hue angle of 200.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123344 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 51 68 -
CMYK 0.74 0.25 0 0.73
HSL 200.4º 0.58% 0.17% -
HSV(B) 200.4º 0.74% 0.27% -
XYZ 2.48 2.91 5.9 -
YUV 43.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 18 51 68 0.74 0.25 0 0.73 200.4 0.58 0.17
Hex 12 33 44 4A 19 0 49 C8 3A 11
Octal 22 63 104 112 31 0 111 310 72 21
Binary 10010 110011 1000100 1001010 11001 0 1001001 11001000 111010 10001

Color Harmonies of #123344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123344

Black with #123344

Text Example


Text Example

White with #123344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123344; }

 p { color: rgb(18,51,68); }

 H1.HeaderClassName
 {
   color: #123344;
 }
 .AnyTagClassName
 {
   color: #123344;
 }
</style>

background-color css

<style>
 a { background-color: #123344; }

 a { background-color: rgb(18,51,68); }

 div.DivClassName
 {
   background-color: #123344;
 }
 .BgClassName
 {
   background-color: #123344;
 }
</style>

border-color css

<style>
 span { border-color: #123344; }

 span { border-color: rgb(18,51,68); }

 td.TdClassName
 {
   border-color: #123344;
 }
 .TagClassName
 {
   border-color: #123344;
 }
</style>