Html Css Color HEX #09384F Blue Whale

📋 copy color: '#09384F'

red 9 ◦ green 56 ◦ blue 79

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

Shades of Blue Whale #09384F

Tints of Blue Whale #09384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.89%

 BLUE value IS 79 (31.25% from 255) = 54.86%

R = 6.25%
G = 38.89%
B = 54.86%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09384F (or 0x09384F) is known color: Blue Whale. HEX triplet: 09, 38 and 4F. RGB value is (9,56,79). Sum of RGB (Red+Green+Blue) = 9+56+79=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #09384F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09384F is #F6C7B0. Grayscale: #2C2C2C. Windows color (decimal): -16172977 or 5191689. OLE color: 5191689.

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

Color convert

RGB 9 56 79 -
CMYK 0.89 0.29 0 0.69
HSL 199.71º 0.8% 0.17% -
HSV(B) 199.71º 0.89% 0.31% -
XYZ 2.94 3.45 7.91 -
YUV 44.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 9 56 79 0.89 0.29 0 0.69 199.71 0.8 0.17
Hex 9 38 4F 59 1D 0 45 C8 50 11
Octal 11 70 117 131 35 0 105 310 120 21
Binary 1001 111000 1001111 1011001 11101 0 1000101 11001000 1010000 10001

Color Harmonies of #09384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09384F

Black with #09384F

Text Example


Text Example

White with #09384F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,56,79); }

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

background-color css

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

 a { background-color: rgb(9,56,79); }

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

border-color css

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

 span { border-color: rgb(9,56,79); }

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