Html Css Color HEX #09394B Blue Whale

📋 copy color: '#09394B'

red 9 ◦ green 57 ◦ blue 75

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

Shades of Blue Whale #09394B

Tints of Blue Whale #09394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 53.19%

R = 6.38%
G = 40.43%
B = 53.19%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09394B (or 0x09394B) is known color: Blue Whale. HEX triplet: 09, 39 and 4B. RGB value is (9,57,75). Sum of RGB (Red+Green+Blue) = 9+57+75=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #09394B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09394B is #F6C6B4. Grayscale: #2C2C2C. Windows color (decimal): -16172725 or 4929801. OLE color: 4929801.

HSL color Cylindrical-coordinate representation of color #09394B: hue angle of 196.36º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09394B is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 57 75 -
CMYK 0.88 0.24 0 0.71
HSL 196.36º 0.79% 0.16% -
HSV(B) 196.36º 0.88% 0.29% -
XYZ 2.85 3.49 7.18 -
YUV 44.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 9 57 75 0.88 0.24 0 0.71 196.36 0.79 0.16
Hex 9 39 4B 58 18 0 47 C4 4F 10
Octal 11 71 113 130 30 0 107 304 117 20
Binary 1001 111001 1001011 1011000 11000 0 1000111 11000100 1001111 10000

Color Harmonies of #09394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09394B

Black with #09394B

Text Example


Text Example

White with #09394B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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