Html Css Color HEX #09394C Blue Whale

📋 copy color: '#09394C'

red 9 ◦ green 57 ◦ blue 76

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

Shades of Blue Whale #09394C

Tints of Blue Whale #09394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.14%

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

R = 6.34%
G = 40.14%
B = 53.52%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09394C (or 0x09394C) is known color: Blue Whale. HEX triplet: 09, 39 and 4C. RGB value is (9,57,76). Sum of RGB (Red+Green+Blue) = 9+57+76=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #09394C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09394C is #F6C6B3. Grayscale: #2C2C2C. Windows color (decimal): -16172724 or 4995337. OLE color: 4995337.

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

Color convert

RGB 9 57 76 -
CMYK 0.88 0.25 0 0.70
HSL 197.01º 0.79% 0.17% -
HSV(B) 197.01º 0.88% 0.3% -
XYZ 2.88 3.51 7.36 -
YUV 44.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 9 57 76 0.88 0.25 0 0.70 197.01 0.79 0.17
Hex 9 39 4C 58 19 0 46 C5 4F 11
Octal 11 71 114 130 31 0 106 305 117 21
Binary 1001 111001 1001100 1011000 11001 0 1000110 11000101 1001111 10001

Color Harmonies of #09394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09394C

Black with #09394C

Text Example


Text Example

White with #09394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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