Html Css Color HEX #09354F Blue Whale

📋 copy color: '#09354F'

red 9 ◦ green 53 ◦ blue 79

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

Shades of Blue Whale #09354F

Tints of Blue Whale #09354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.59%

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

R = 6.38%
G = 37.59%
B = 56.03%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09354F (or 0x09354F) is known color: Blue Whale. HEX triplet: 09, 35 and 4F. RGB value is (9,53,79). Sum of RGB (Red+Green+Blue) = 9+53+79=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 79 (31.25% from 255 or 56.03% from 141); Max value from RGB is 79 - color contains mainly: blue. Hex color #09354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09354F is #F6CAB0. Grayscale: #2A2A2A. Windows color (decimal): -16173745 or 5190921. OLE color: 5190921.

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

Color convert

RGB 9 53 79 -
CMYK 0.89 0.33 0 0.69
HSL 202.29º 0.8% 0.17% -
HSV(B) 202.29º 0.89% 0.31% -
XYZ 2.8 3.17 7.86 -
YUV 42.81 148.42 103.89 -
System Red Green Blue C M Y K H S L
Decimal 9 53 79 0.89 0.33 0 0.69 202.29 0.8 0.17
Hex 9 35 4F 59 21 0 45 CA 50 11
Octal 11 65 117 131 41 0 105 312 120 21
Binary 1001 110101 1001111 1011001 100001 0 1000101 11001010 1010000 10001

Color Harmonies of #09354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09354F

Black with #09354F

Text Example


Text Example

White with #09354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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