Html Css Color HEX #09354D Blue Whale

📋 copy color: '#09354D'

red 9 ◦ green 53 ◦ blue 77

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

Shades of Blue Whale #09354D

Tints of Blue Whale #09354D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 55.4%

R = 6.47%
G = 38.13%
B = 55.4%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09354D (or 0x09354D) is known color: Blue Whale. HEX triplet: 09, 35 and 4D. RGB value is (9,53,77). Sum of RGB (Red+Green+Blue) = 9+53+77=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #09354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09354D is #F6CAB2. Grayscale: #2A2A2A. Windows color (decimal): -16173747 or 5059849. OLE color: 5059849.

HSL color Cylindrical-coordinate representation of color #09354D: hue angle of 201.18º 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 #09354D is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 53 77 -
CMYK 0.88 0.31 0 0.70
HSL 201.18º 0.79% 0.17% -
HSV(B) 201.18º 0.88% 0.3% -
XYZ 2.73 3.14 7.48 -
YUV 42.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 9 53 77 0.88 0.31 0 0.70 201.18 0.79 0.17
Hex 9 35 4D 58 1F 0 46 C9 4F 11
Octal 11 65 115 130 37 0 106 311 117 21
Binary 1001 110101 1001101 1011000 11111 0 1000110 11001001 1001111 10001

Color Harmonies of #09354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09354D

Black with #09354D

Text Example


Text Example

White with #09354D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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