Html Css Color HEX #09354C Blue Whale

📋 copy color: '#09354C'

red 9 ◦ green 53 ◦ blue 76

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

Shades of Blue Whale #09354C

Tints of Blue Whale #09354C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 55.07%

R = 6.52%
G = 38.41%
B = 55.07%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09354C (or 0x09354C) is known color: Blue Whale. HEX triplet: 09, 35 and 4C. RGB value is (9,53,76). Sum of RGB (Red+Green+Blue) = 9+53+76=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #09354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09354C is #F6CAB3. Grayscale: #2A2A2A. Windows color (decimal): -16173748 or 4994313. OLE color: 4994313.

HSL color Cylindrical-coordinate representation of color #09354C: hue angle of 200.6º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09354C is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 53 76 -
CMYK 0.88 0.30 0 0.70
HSL 200.6º 0.79% 0.17% -
HSV(B) 200.6º 0.88% 0.3% -
XYZ 2.69 3.13 7.3 -
YUV 42.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 9 53 76 0.88 0.30 0 0.70 200.6 0.79 0.17
Hex 9 35 4C 58 1E 0 46 C9 4F 11
Octal 11 65 114 130 36 0 106 311 117 21
Binary 1001 110101 1001100 1011000 11110 0 1000110 11001001 1001111 10001

Color Harmonies of #09354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09354C

Black with #09354C

Text Example


Text Example

White with #09354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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