Html Css Color HEX #093047 Blue Whale

📋 copy color: '#093047'

red 9 ◦ green 48 ◦ blue 71

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

Shades of Blue Whale #093047

Tints of Blue Whale #093047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 55.47%

R = 7.03%
G = 37.5%
B = 55.47%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#093047 (or 0x093047) is known color: Blue Whale. HEX triplet: 09, 30 and 47. RGB value is (9,48,71). Sum of RGB (Red+Green+Blue) = 9+48+71=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #093047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093047 is #F6CFB8. Grayscale: #262626. Windows color (decimal): -16175033 or 4665353. OLE color: 4665353.

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

Color convert

RGB 9 48 71 -
CMYK 0.87 0.32 0 0.72
HSL 202.26º 0.78% 0.16% -
HSV(B) 202.26º 0.87% 0.28% -
XYZ 2.31 2.63 6.35 -
YUV 38.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 9 48 71 0.87 0.32 0 0.72 202.26 0.78 0.16
Hex 9 30 47 57 20 0 48 CA 4E 10
Octal 11 60 107 127 40 0 110 312 116 20
Binary 1001 110000 1000111 1010111 100000 0 1001000 11001010 1001110 10000

Color Harmonies of #093047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093047

Black with #093047

Text Example


Text Example

White with #093047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093047; }

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

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

background-color css

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

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

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

border-color css

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

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

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