Html Css Color HEX #11334A Blue Whale

📋 copy color: '#11334A'

red 17 ◦ green 51 ◦ blue 74

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

Shades of Blue Whale #11334A

Tints of Blue Whale #11334A

RGB

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

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

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

R = 11.97%
G = 35.92%
B = 52.11%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11334A (or 0x11334A) is known color: Blue Whale. HEX triplet: 11, 33 and 4A. RGB value is (17,51,74). Sum of RGB (Red+Green+Blue) = 17+51+74=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #11334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11334A is #EECCB5. Grayscale: #2B2B2B. Windows color (decimal): -15649974 or 4862737. OLE color: 4862737.

HSL color Cylindrical-coordinate representation of color #11334A: hue angle of 204.21º 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 #11334A is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 51 74 -
CMYK 0.77 0.31 0 0.71
HSL 204.21º 0.63% 0.18% -
HSV(B) 204.21º 0.77% 0.29% -
XYZ 2.65 2.98 6.91 -
YUV 43.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 17 51 74 0.77 0.31 0 0.71 204.21 0.63 0.18
Hex 11 33 4A 4D 1F 0 47 CC 3F 12
Octal 21 63 112 115 37 0 107 314 77 22
Binary 10001 110011 1001010 1001101 11111 0 1000111 11001100 111111 10010

Color Harmonies of #11334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11334A

Black with #11334A

Text Example


Text Example

White with #11334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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