Html Css Color HEX #09374B Blue Whale

📋 copy color: '#09374B'

red 9 ◦ green 55 ◦ blue 75

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

Shades of Blue Whale #09374B

Tints of Blue Whale #09374B

RGB

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

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

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

R = 6.47%
G = 39.57%
B = 53.96%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09374B (or 0x09374B) is known color: Blue Whale. HEX triplet: 09, 37 and 4B. RGB value is (9,55,75). Sum of RGB (Red+Green+Blue) = 9+55+75=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #09374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09374B is #F6C8B4. Grayscale: #2B2B2B. Windows color (decimal): -16173237 or 4929289. OLE color: 4929289.

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

Color convert

RGB 9 55 75 -
CMYK 0.88 0.27 0 0.71
HSL 198.18º 0.79% 0.16% -
HSV(B) 198.18º 0.88% 0.29% -
XYZ 2.75 3.3 7.15 -
YUV 43.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 9 55 75 0.88 0.27 0 0.71 198.18 0.79 0.16
Hex 9 37 4B 58 1B 0 47 C6 4F 10
Octal 11 67 113 130 33 0 107 306 117 20
Binary 1001 110111 1001011 1011000 11011 0 1000111 11000110 1001111 10000

Color Harmonies of #09374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09374B

Black with #09374B

Text Example


Text Example

White with #09374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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