Html Css Color HEX #093544 Blue Whale

📋 copy color: '#093544'

red 9 ◦ green 53 ◦ blue 68

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

Shades of Blue Whale #093544

Tints of Blue Whale #093544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 52.31%

R = 6.92%
G = 40.77%
B = 52.31%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#093544 (or 0x093544) is known color: Blue Whale. HEX triplet: 09, 35 and 44. RGB value is (9,53,68). Sum of RGB (Red+Green+Blue) = 9+53+68=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 68 (26.95% from 255 or 52.31% from 130); Max value from RGB is 68 - color contains mainly: blue. Hex color #093544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093544 is #F6CABB. Grayscale: #292929. Windows color (decimal): -16173756 or 4470025. OLE color: 4470025.

HSL color Cylindrical-coordinate representation of color #093544: hue angle of 195.25º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093544 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 53 68 -
CMYK 0.87 0.22 0 0.73
HSL 195.25º 0.77% 0.15% -
HSV(B) 195.25º 0.87% 0.27% -
XYZ 2.43 3.02 5.92 -
YUV 41.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 9 53 68 0.87 0.22 0 0.73 195.25 0.77 0.15
Hex 9 35 44 57 16 0 49 C3 4D F
Octal 11 65 104 127 26 0 111 303 115 17
Binary 1001 110101 1000100 1010111 10110 0 1001001 11000011 1001101 1111

Color Harmonies of #093544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093544

Black with #093544

Text Example


Text Example

White with #093544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093544; }

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

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

background-color css

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

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

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

border-color css

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

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

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