Html Css Color HEX #09394D Blue Whale

📋 copy color: '#09394D'

red 9 ◦ green 57 ◦ blue 77

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

Shades of Blue Whale #09394D

Tints of Blue Whale #09394D

RGB

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

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

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

R = 6.29%
G = 39.86%
B = 53.85%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09394D (or 0x09394D) is known color: Blue Whale. HEX triplet: 09, 39 and 4D. RGB value is (9,57,77). Sum of RGB (Red+Green+Blue) = 9+57+77=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #09394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09394D is #F6C6B2. Grayscale: #2C2C2C. Windows color (decimal): -16172723 or 5060873. OLE color: 5060873.

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

Color convert

RGB 9 57 77 -
CMYK 0.88 0.26 0 0.70
HSL 197.65º 0.79% 0.17% -
HSV(B) 197.65º 0.88% 0.3% -
XYZ 2.92 3.52 7.55 -
YUV 44.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 9 57 77 0.88 0.26 0 0.70 197.65 0.79 0.17
Hex 9 39 4D 58 1A 0 46 C6 4F 11
Octal 11 71 115 130 32 0 106 306 117 21
Binary 1001 111001 1001101 1011000 11010 0 1000110 11000110 1001111 10001

Color Harmonies of #09394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09394D

Black with #09394D

Text Example


Text Example

White with #09394D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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