Html Css Color HEX #09344D Blue Whale

📋 copy color: '#09344D'

red 9 ◦ green 52 ◦ blue 77

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

Shades of Blue Whale #09344D

Tints of Blue Whale #09344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

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

R = 6.52%
G = 37.68%
B = 55.8%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09344D (or 0x09344D) is known color: Blue Whale. HEX triplet: 09, 34 and 4D. RGB value is (9,52,77). Sum of RGB (Red+Green+Blue) = 9+52+77=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #09344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09344D is #F6CBB2. Grayscale: #292929. Windows color (decimal): -16174003 or 5059593. OLE color: 5059593.

HSL color Cylindrical-coordinate representation of color #09344D: hue angle of 202.06º 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 #09344D is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 52 77 -
CMYK 0.88 0.32 0 0.70
HSL 202.06º 0.79% 0.17% -
HSV(B) 202.06º 0.88% 0.3% -
XYZ 2.68 3.05 7.47 -
YUV 41.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 9 52 77 0.88 0.32 0 0.70 202.06 0.79 0.17
Hex 9 34 4D 58 20 0 46 CA 4F 11
Octal 11 64 115 130 40 0 106 312 117 21
Binary 1001 110100 1001101 1011000 100000 0 1000110 11001010 1001111 10001

Color Harmonies of #09344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09344D

Black with #09344D

Text Example


Text Example

White with #09344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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