Html Css Color HEX #093048 Blue Whale

📋 copy color: '#093048'

red 9 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #093048

Tints of Blue Whale #093048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

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

R = 6.98%
G = 37.21%
B = 55.81%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#093048 (or 0x093048) is known color: Blue Whale. HEX triplet: 09, 30 and 48. RGB value is (9,48,72). Sum of RGB (Red+Green+Blue) = 9+48+72=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #093048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093048 is #F6CFB7. Grayscale: #262626. Windows color (decimal): -16175032 or 4730889. OLE color: 4730889.

HSL color Cylindrical-coordinate representation of color #093048: hue angle of 202.86º 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 #093048 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 48 72 -
CMYK 0.88 0.33 0 0.72
HSL 202.86º 0.78% 0.16% -
HSV(B) 202.86º 0.88% 0.28% -
XYZ 2.34 2.64 6.52 -
YUV 39.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 9 48 72 0.88 0.33 0 0.72 202.86 0.78 0.16
Hex 9 30 48 58 21 0 48 CB 4E 10
Octal 11 60 110 130 41 0 110 313 116 20
Binary 1001 110000 1001000 1011000 100001 0 1001000 11001011 1001110 10000

Color Harmonies of #093048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093048

Black with #093048

Text Example


Text Example

White with #093048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093048; }

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

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

background-color css

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

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

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

border-color css

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

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

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