Html Css Color HEX #09334D Blue Whale

📋 copy color: '#09334D'

red 9 ◦ green 51 ◦ blue 77

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

Shades of Blue Whale #09334D

Tints of Blue Whale #09334D

RGB

 RED value IS 9 (3.91% from 255) = 6.57%

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

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

R = 6.57%
G = 37.23%
B = 56.2%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09334D (or 0x09334D) is known color: Blue Whale. HEX triplet: 09, 33 and 4D. RGB value is (9,51,77). Sum of RGB (Red+Green+Blue) = 9+51+77=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #09334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09334D is #F6CCB2. Grayscale: #292929. Windows color (decimal): -16174259 or 5059337. OLE color: 5059337.

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

Color convert

RGB 9 51 77 -
CMYK 0.88 0.34 0 0.70
HSL 202.94º 0.79% 0.17% -
HSV(B) 202.94º 0.88% 0.3% -
XYZ 2.64 2.96 7.45 -
YUV 41.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 9 51 77 0.88 0.34 0 0.70 202.94 0.79 0.17
Hex 9 33 4D 58 22 0 46 CB 4F 11
Octal 11 63 115 130 42 0 106 313 117 21
Binary 1001 110011 1001101 1011000 100010 0 1000110 11001011 1001111 10001

Color Harmonies of #09334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09334D

Black with #09334D

Text Example


Text Example

White with #09334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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