Html Css Color HEX #11324A Blue Whale

📋 copy color: '#11324A'

red 17 ◦ green 50 ◦ blue 74

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

Shades of Blue Whale #11324A

Tints of Blue Whale #11324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 52.48%

R = 12.06%
G = 35.46%
B = 52.48%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11324A (or 0x11324A) is known color: Blue Whale. HEX triplet: 11, 32 and 4A. RGB value is (17,50,74). Sum of RGB (Red+Green+Blue) = 17+50+74=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #11324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11324A is #EECDB5. Grayscale: #2A2A2A. Windows color (decimal): -15650230 or 4862481. OLE color: 4862481.

HSL color Cylindrical-coordinate representation of color #11324A: hue angle of 205.26º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11324A is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 50 74 -
CMYK 0.77 0.32 0 0.71
HSL 205.26º 0.63% 0.18% -
HSV(B) 205.26º 0.77% 0.29% -
XYZ 2.61 2.89 6.9 -
YUV 42.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 17 50 74 0.77 0.32 0 0.71 205.26 0.63 0.18
Hex 11 32 4A 4D 20 0 47 CD 3F 12
Octal 21 62 112 115 40 0 107 315 77 22
Binary 10001 110010 1001010 1001101 100000 0 1000111 11001101 111111 10010

Color Harmonies of #11324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11324A

Black with #11324A

Text Example


Text Example

White with #11324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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