Html Css Color HEX #093042 Blue Whale

📋 copy color: '#093042'

red 9 ◦ green 48 ◦ blue 66

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

Shades of Blue Whale #093042

Tints of Blue Whale #093042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 53.66%

R = 7.32%
G = 39.02%
B = 53.66%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#093042 (or 0x093042) is known color: Blue Whale. HEX triplet: 09, 30 and 42. RGB value is (9,48,66). Sum of RGB (Red+Green+Blue) = 9+48+66=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #093042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093042 is #F6CFBD. Grayscale: #262626. Windows color (decimal): -16175038 or 4337673. OLE color: 4337673.

HSL color Cylindrical-coordinate representation of color #093042: hue angle of 198.95º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093042 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 48 66 -
CMYK 0.86 0.27 0 0.74
HSL 198.95º 0.76% 0.15% -
HSV(B) 198.95º 0.86% 0.26% -
XYZ 2.15 2.57 5.54 -
YUV 38.39 143.58 107.04 -
System Red Green Blue C M Y K H S L
Decimal 9 48 66 0.86 0.27 0 0.74 198.95 0.76 0.15
Hex 9 30 42 56 1B 0 4A C7 4C F
Octal 11 60 102 126 33 0 112 307 114 17
Binary 1001 110000 1000010 1010110 11011 0 1001010 11000111 1001100 1111

Color Harmonies of #093042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093042

Black with #093042

Text Example


Text Example

White with #093042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093042; }

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

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

background-color css

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

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

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

border-color css

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

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

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