Html Css Color HEX #12334D Blue Whale

📋 copy color: '#12334D'

red 18 ◦ green 51 ◦ blue 77

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

Shades of Blue Whale #12334D

Tints of Blue Whale #12334D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 52.74%

R = 12.33%
G = 34.93%
B = 52.74%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12334D (or 0x12334D) is known color: Blue Whale. HEX triplet: 12, 33 and 4D. RGB value is (18,51,77). Sum of RGB (Red+Green+Blue) = 18+51+77=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #12334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12334D is #EDCCB2. Grayscale: #2B2B2B. Windows color (decimal): -15584435 or 5059346. OLE color: 5059346.

HSL color Cylindrical-coordinate representation of color #12334D: hue angle of 206.44º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12334D is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 51 77 -
CMYK 0.77 0.34 0 0.70
HSL 206.44º 0.62% 0.19% -
HSV(B) 206.44º 0.77% 0.3% -
XYZ 2.77 3.03 7.46 -
YUV 44.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 18 51 77 0.77 0.34 0 0.70 206.44 0.62 0.19
Hex 12 33 4D 4D 22 0 46 CE 3E 13
Octal 22 63 115 115 42 0 106 316 76 23
Binary 10010 110011 1001101 1001101 100010 0 1000110 11001110 111110 10011

Color Harmonies of #12334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12334D

Black with #12334D

Text Example


Text Example

White with #12334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12334D; }

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

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

background-color css

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

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

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

border-color css

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

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

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