Html Css Color HEX #09303D Blue Whale

📋 copy color: '#09303D'

red 9 ◦ green 48 ◦ blue 61

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

Shades of Blue Whale #09303D

Tints of Blue Whale #09303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.68%

 BLUE value IS 61 (24.22% from 255) = 51.69%

R = 7.63%
G = 40.68%
B = 51.69%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09303D (or 0x09303D) is known color: Blue Whale. HEX triplet: 09, 30 and 3D. RGB value is (9,48,61). Sum of RGB (Red+Green+Blue) = 9+48+61=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #09303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09303D is #F6CFC2. Grayscale: #252525. Windows color (decimal): -16175043 or 4009993. OLE color: 4009993.

HSL color Cylindrical-coordinate representation of color #09303D: hue angle of 195º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09303D is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 48 61 -
CMYK 0.85 0.21 0 0.76
HSL 195º 0.74% 0.14% -
HSV(B) 195º 0.85% 0.24% -
XYZ 2.01 2.51 4.79 -
YUV 37.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 9 48 61 0.85 0.21 0 0.76 195 0.74 0.14
Hex 9 30 3D 55 15 0 4C C3 4A E
Octal 11 60 75 125 25 0 114 303 112 16
Binary 1001 110000 111101 1010101 10101 0 1001100 11000011 1001010 1110

Color Harmonies of #09303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09303D

Black with #09303D

Text Example


Text Example

White with #09303D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,48,61); }

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

background-color css

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

 a { background-color: rgb(9,48,61); }

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

border-color css

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

 span { border-color: rgb(9,48,61); }

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