Html Css Color HEX #09364C Blue Whale

📋 copy color: '#09364C'

red 9 ◦ green 54 ◦ blue 76

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

Shades of Blue Whale #09364C

Tints of Blue Whale #09364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.85%

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

R = 6.47%
G = 38.85%
B = 54.68%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09364C (or 0x09364C) is known color: Blue Whale. HEX triplet: 09, 36 and 4C. RGB value is (9,54,76). Sum of RGB (Red+Green+Blue) = 9+54+76=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #09364C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09364C is #F6C9B3. Grayscale: #2A2A2A. Windows color (decimal): -16173492 or 4994569. OLE color: 4994569.

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

Color convert

RGB 9 54 76 -
CMYK 0.88 0.29 0 0.70
HSL 199.7º 0.79% 0.17% -
HSV(B) 199.7º 0.88% 0.3% -
XYZ 2.74 3.22 7.31 -
YUV 43.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 9 54 76 0.88 0.29 0 0.70 199.7 0.79 0.17
Hex 9 36 4C 58 1D 0 46 C8 4F 11
Octal 11 66 114 130 35 0 106 310 117 21
Binary 1001 110110 1001100 1011000 11101 0 1000110 11001000 1001111 10001

Color Harmonies of #09364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09364C

Black with #09364C

Text Example


Text Example

White with #09364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,54,76); }

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

background-color css

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

 a { background-color: rgb(9,54,76); }

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

border-color css

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

 span { border-color: rgb(9,54,76); }

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