Html Css Color HEX #09324F Blue Whale

📋 copy color: '#09324F'

red 9 ◦ green 50 ◦ blue 79

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

Shades of Blue Whale #09324F

Tints of Blue Whale #09324F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.23%

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

R = 6.52%
G = 36.23%
B = 57.25%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09324F (or 0x09324F) is known color: Blue Whale. HEX triplet: 09, 32 and 4F. RGB value is (9,50,79). Sum of RGB (Red+Green+Blue) = 9+50+79=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #09324F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09324F is #F6CDB0. Grayscale: #282828. Windows color (decimal): -16174513 or 5190153. OLE color: 5190153.

HSL color Cylindrical-coordinate representation of color #09324F: hue angle of 204.86º 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 #09324F is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 50 79 -
CMYK 0.89 0.37 0 0.69
HSL 204.86º 0.8% 0.17% -
HSV(B) 204.86º 0.89% 0.31% -
XYZ 2.66 2.9 7.82 -
YUV 41.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 9 50 79 0.89 0.37 0 0.69 204.86 0.8 0.17
Hex 9 32 4F 59 25 0 45 CD 50 11
Octal 11 62 117 131 45 0 105 315 120 21
Binary 1001 110010 1001111 1011001 100101 0 1000101 11001101 1010000 10001

Color Harmonies of #09324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09324F

Black with #09324F

Text Example


Text Example

White with #09324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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