Html Css Color HEX #09354A Blue Whale

📋 copy color: '#09354A'

red 9 ◦ green 53 ◦ blue 74

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

Shades of Blue Whale #09354A

Tints of Blue Whale #09354A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 54.41%

R = 6.62%
G = 38.97%
B = 54.41%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09354A (or 0x09354A) is known color: Blue Whale. HEX triplet: 09, 35 and 4A. RGB value is (9,53,74). Sum of RGB (Red+Green+Blue) = 9+53+74=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #09354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09354A is #F6CAB5. Grayscale: #2A2A2A. Windows color (decimal): -16173750 or 4863241. OLE color: 4863241.

HSL color Cylindrical-coordinate representation of color #09354A: hue angle of 199.38º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09354A is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 53 74 -
CMYK 0.88 0.28 0 0.71
HSL 199.38º 0.78% 0.16% -
HSV(B) 199.38º 0.88% 0.29% -
XYZ 2.62 3.1 6.94 -
YUV 42.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 9 53 74 0.88 0.28 0 0.71 199.38 0.78 0.16
Hex 9 35 4A 58 1C 0 47 C7 4E 10
Octal 11 65 112 130 34 0 107 307 116 20
Binary 1001 110101 1001010 1011000 11100 0 1000111 11000111 1001110 10000

Color Harmonies of #09354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09354A

Black with #09354A

Text Example


Text Example

White with #09354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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