Html Css Color HEX #093343 Blue Whale

📋 copy color: '#093343'

red 9 ◦ green 51 ◦ blue 67

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

Shades of Blue Whale #093343

Tints of Blue Whale #093343

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.16%

 BLUE value IS 67 (26.56% from 255) = 52.76%

R = 7.09%
G = 40.16%
B = 52.76%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#093343 (or 0x093343) is known color: Blue Whale. HEX triplet: 09, 33 and 43. RGB value is (9,51,67). Sum of RGB (Red+Green+Blue) = 9+51+67=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 67 (26.56% from 255 or 52.76% from 127); Max value from RGB is 67 - color contains mainly: blue. Hex color #093343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093343 is #F6CCBC. Grayscale: #282828. Windows color (decimal): -16174269 or 4403977. OLE color: 4403977.

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

Color convert

RGB 9 51 67 -
CMYK 0.87 0.24 0 0.74
HSL 196.55º 0.76% 0.15% -
HSV(B) 196.55º 0.87% 0.26% -
XYZ 2.31 2.83 5.73 -
YUV 40.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 9 51 67 0.87 0.24 0 0.74 196.55 0.76 0.15
Hex 9 33 43 57 18 0 4A C5 4C F
Octal 11 63 103 127 30 0 112 305 114 17
Binary 1001 110011 1000011 1010111 11000 0 1001010 11000101 1001100 1111

Color Harmonies of #093343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093343

Black with #093343

Text Example


Text Example

White with #093343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093343; }

 p { color: rgb(9,51,67); }

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

background-color css

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

 a { background-color: rgb(9,51,67); }

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

border-color css

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

 span { border-color: rgb(9,51,67); }

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