Html Css Color HEX #093648 Blue Whale

📋 copy color: '#093648'

red 9 ◦ green 54 ◦ blue 72

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

Shades of Blue Whale #093648

Tints of Blue Whale #093648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40%

 BLUE value IS 72 (28.52% from 255) = 53.33%

R = 6.67%
G = 40%
B = 53.33%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#093648 (or 0x093648) is known color: Blue Whale. HEX triplet: 09, 36 and 48. RGB value is (9,54,72). Sum of RGB (Red+Green+Blue) = 9+54+72=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #093648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093648 is #F6C9B7. Grayscale: #2A2A2A. Windows color (decimal): -16173496 or 4732425. OLE color: 4732425.

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

Color convert

RGB 9 54 72 -
CMYK 0.88 0.25 0 0.72
HSL 197.14º 0.78% 0.16% -
HSV(B) 197.14º 0.88% 0.28% -
XYZ 2.6 3.16 6.6 -
YUV 42.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 9 54 72 0.88 0.25 0 0.72 197.14 0.78 0.16
Hex 9 36 48 58 19 0 48 C5 4E 10
Octal 11 66 110 130 31 0 110 305 116 20
Binary 1001 110110 1001000 1011000 11001 0 1001000 11000101 1001110 10000

Color Harmonies of #093648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093648

Black with #093648

Text Example


Text Example

White with #093648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093648; }

 p { color: rgb(9,54,72); }

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

background-color css

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

 a { background-color: rgb(9,54,72); }

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

border-color css

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

 span { border-color: rgb(9,54,72); }

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