Html Css Color HEX #09313F Blue Whale

📋 copy color: '#09313F'

red 9 ◦ green 49 ◦ blue 63

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

Shades of Blue Whale #09313F

Tints of Blue Whale #09313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.5%

 BLUE value IS 63 (25% from 255) = 52.07%

R = 7.44%
G = 40.5%
B = 52.07%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09313F (or 0x09313F) is known color: Blue Whale. HEX triplet: 09, 31 and 3F. RGB value is (9,49,63). Sum of RGB (Red+Green+Blue) = 9+49+63=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #09313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09313F is #F6CEC0. Grayscale: #262626. Windows color (decimal): -16174785 or 4141321. OLE color: 4141321.

HSL color Cylindrical-coordinate representation of color #09313F: hue angle of 195.56º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09313F is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 49 63 -
CMYK 0.86 0.22 0 0.75
HSL 195.56º 0.75% 0.14% -
HSV(B) 195.56º 0.86% 0.25% -
XYZ 2.11 2.61 5.1 -
YUV 38.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 9 49 63 0.86 0.22 0 0.75 195.56 0.75 0.14
Hex 9 31 3F 56 16 0 4B C4 4B E
Octal 11 61 77 126 26 0 113 304 113 16
Binary 1001 110001 111111 1010110 10110 0 1001011 11000100 1001011 1110

Color Harmonies of #09313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09313F

Black with #09313F

Text Example


Text Example

White with #09313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09313F; }

 p { color: rgb(9,49,63); }

 H1.HeaderClassName
 {
   color: #09313F;
 }
 .AnyTagClassName
 {
   color: #09313F;
 }
</style>

background-color css

<style>
 a { background-color: #09313F; }

 a { background-color: rgb(9,49,63); }

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

border-color css

<style>
 span { border-color: #09313F; }

 span { border-color: rgb(9,49,63); }

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