Html Css Color HEX #093444 Blue Whale

📋 copy color: '#093444'

red 9 ◦ green 52 ◦ blue 68

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

Shades of Blue Whale #093444

Tints of Blue Whale #093444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.31%

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

R = 6.98%
G = 40.31%
B = 52.71%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#093444 (or 0x093444) is known color: Blue Whale. HEX triplet: 09, 34 and 44. RGB value is (9,52,68). Sum of RGB (Red+Green+Blue) = 9+52+68=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 68 (26.95% from 255 or 52.71% from 129); Max value from RGB is 68 - color contains mainly: blue. Hex color #093444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093444 is #F6CBBB. Grayscale: #282828. Windows color (decimal): -16174012 or 4469769. OLE color: 4469769.

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

Color convert

RGB 9 52 68 -
CMYK 0.87 0.24 0 0.73
HSL 196.27º 0.77% 0.15% -
HSV(B) 196.27º 0.87% 0.27% -
XYZ 2.38 2.93 5.91 -
YUV 40.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 9 52 68 0.87 0.24 0 0.73 196.27 0.77 0.15
Hex 9 34 44 57 18 0 49 C4 4D F
Octal 11 64 104 127 30 0 111 304 115 17
Binary 1001 110100 1000100 1010111 11000 0 1001001 11000100 1001101 1111

Color Harmonies of #093444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093444

Black with #093444

Text Example


Text Example

White with #093444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093444; }

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

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

background-color css

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

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

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

border-color css

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

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

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