Html Css Color HEX #11324C Blue Whale

📋 copy color: '#11324C'

red 17 ◦ green 50 ◦ blue 76

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

Shades of Blue Whale #11324C

Tints of Blue Whale #11324C

RGB

 RED value IS 17 (7.03% from 255) = 11.89%

 GREEN value IS 50 (19.92% from 255) = 34.97%

 BLUE value IS 76 (30.08% from 255) = 53.15%

R = 11.89%
G = 34.97%
B = 53.15%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11324C (or 0x11324C) is known color: Blue Whale. HEX triplet: 11, 32 and 4C. RGB value is (17,50,76). Sum of RGB (Red+Green+Blue) = 17+50+76=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #11324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11324C is #EECDB3. Grayscale: #2A2A2A. Windows color (decimal): -15650228 or 4993553. OLE color: 4993553.

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

Color convert

RGB 17 50 76 -
CMYK 0.78 0.34 0 0.70
HSL 206.44º 0.63% 0.18% -
HSV(B) 206.44º 0.78% 0.3% -
XYZ 2.68 2.92 7.26 -
YUV 43.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 17 50 76 0.78 0.34 0 0.70 206.44 0.63 0.18
Hex 11 32 4C 4E 22 0 46 CE 3F 12
Octal 21 62 114 116 42 0 106 316 77 22
Binary 10001 110010 1001100 1001110 100010 0 1000110 11001110 111111 10010

Color Harmonies of #11324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11324C

Black with #11324C

Text Example


Text Example

White with #11324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11324C; }

 p { color: rgb(17,50,76); }

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

background-color css

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

 a { background-color: rgb(17,50,76); }

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

border-color css

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

 span { border-color: rgb(17,50,76); }

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