Html Css Color HEX #09374E Blue Whale

📋 copy color: '#09374E'

red 9 ◦ green 55 ◦ blue 78

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

Shades of Blue Whale #09374E

Tints of Blue Whale #09374E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.73%

 BLUE value IS 78 (30.86% from 255) = 54.93%

R = 6.34%
G = 38.73%
B = 54.93%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09374E (or 0x09374E) is known color: Blue Whale. HEX triplet: 09, 37 and 4E. RGB value is (9,55,78). Sum of RGB (Red+Green+Blue) = 9+55+78=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #09374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09374E is #F6C8B1. Grayscale: #2B2B2B. Windows color (decimal): -16173234 or 5125897. OLE color: 5125897.

HSL color Cylindrical-coordinate representation of color #09374E: hue angle of 200º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09374E is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 55 78 -
CMYK 0.88 0.29 0 0.69
HSL 200º 0.79% 0.17% -
HSV(B) 200º 0.88% 0.31% -
XYZ 2.85 3.34 7.7 -
YUV 43.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 9 55 78 0.88 0.29 0 0.69 200 0.79 0.17
Hex 9 37 4E 58 1D 0 45 C8 4F 11
Octal 11 67 116 130 35 0 105 310 117 21
Binary 1001 110111 1001110 1011000 11101 0 1000101 11001000 1001111 10001

Color Harmonies of #09374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09374E

Black with #09374E

Text Example


Text Example

White with #09374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09374E; }

 p { color: rgb(9,55,78); }

 H1.HeaderClassName
 {
   color: #09374E;
 }
 .AnyTagClassName
 {
   color: #09374E;
 }
</style>

background-color css

<style>
 a { background-color: #09374E; }

 a { background-color: rgb(9,55,78); }

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

border-color css

<style>
 span { border-color: #09374E; }

 span { border-color: rgb(9,55,78); }

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