Html Css Color HEX #09374D Blue Whale

📋 copy color: '#09374D'

red 9 ◦ green 55 ◦ blue 77

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

Shades of Blue Whale #09374D

Tints of Blue Whale #09374D

RGB

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

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

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

R = 6.38%
G = 39.01%
B = 54.61%

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

#09374D (or 0x09374D) is known color: Blue Whale. HEX triplet: 09, 37 and 4D. RGB value is (9,55,77). Sum of RGB (Red+Green+Blue) = 9+55+77=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #09374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09374D is #F6C8B2. Grayscale: #2B2B2B. Windows color (decimal): -16173235 or 5060361. OLE color: 5060361.

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

Color convert

RGB 9 55 77 -
CMYK 0.88 0.29 0 0.70
HSL 199.41º 0.79% 0.17% -
HSV(B) 199.41º 0.88% 0.3% -
XYZ 2.82 3.33 7.51 -
YUV 43.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 9 55 77 0.88 0.29 0 0.70 199.41 0.79 0.17
Hex 9 37 4D 58 1D 0 46 C7 4F 11
Octal 11 67 115 130 35 0 106 307 117 21
Binary 1001 110111 1001101 1011000 11101 0 1000110 11000111 1001111 10001

Color Harmonies of #09374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09374D

Black with #09374D

Text Example


Text Example

White with #09374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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