Html Css Color HEX #093543 Blue Whale

📋 copy color: '#093543'

red 9 ◦ green 53 ◦ blue 67

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

Shades of Blue Whale #093543

Tints of Blue Whale #093543

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.09%

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

R = 6.98%
G = 41.09%
B = 51.94%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#093543 (or 0x093543) is known color: Blue Whale. HEX triplet: 09, 35 and 43. RGB value is (9,53,67). Sum of RGB (Red+Green+Blue) = 9+53+67=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #093543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093543 is #F6CABC. Grayscale: #292929. Windows color (decimal): -16173757 or 4404489. OLE color: 4404489.

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

Color convert

RGB 9 53 67 -
CMYK 0.87 0.21 0 0.74
HSL 194.48º 0.76% 0.15% -
HSV(B) 194.48º 0.87% 0.26% -
XYZ 2.4 3.01 5.76 -
YUV 41.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 9 53 67 0.87 0.21 0 0.74 194.48 0.76 0.15
Hex 9 35 43 57 15 0 4A C2 4C F
Octal 11 65 103 127 25 0 112 302 114 17
Binary 1001 110101 1000011 1010111 10101 0 1001010 11000010 1001100 1111

Color Harmonies of #093543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093543

Black with #093543

Text Example


Text Example

White with #093543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093543; }

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

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

background-color css

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

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

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

border-color css

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

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

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