Html Css Color HEX #093142 Blue Whale

📋 copy color: '#093142'

red 9 ◦ green 49 ◦ blue 66

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

Shades of Blue Whale #093142

Tints of Blue Whale #093142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.52%

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

R = 7.26%
G = 39.52%
B = 53.23%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#093142 (or 0x093142) is known color: Blue Whale. HEX triplet: 09, 31 and 42. RGB value is (9,49,66). Sum of RGB (Red+Green+Blue) = 9+49+66=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 66 (26.17% from 255 or 53.23% from 124); Max value from RGB is 66 - color contains mainly: blue. Hex color #093142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093142 is #F6CEBD. Grayscale: #262626. Windows color (decimal): -16174782 or 4337929. OLE color: 4337929.

HSL color Cylindrical-coordinate representation of color #093142: hue angle of 197.89º 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 #093142 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 49 66 -
CMYK 0.86 0.26 0 0.74
HSL 197.89º 0.76% 0.15% -
HSV(B) 197.89º 0.86% 0.26% -
XYZ 2.19 2.65 5.55 -
YUV 38.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 9 49 66 0.86 0.26 0 0.74 197.89 0.76 0.15
Hex 9 31 42 56 1A 0 4A C6 4C F
Octal 11 61 102 126 32 0 112 306 114 17
Binary 1001 110001 1000010 1010110 11010 0 1001010 11000110 1001100 1111

Color Harmonies of #093142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093142

Black with #093142

Text Example


Text Example

White with #093142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093142; }

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

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

background-color css

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

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

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

border-color css

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

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

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