Html Css Color HEX #093344 Blue Whale

📋 copy color: '#093344'

red 9 ◦ green 51 ◦ blue 68

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

Shades of Blue Whale #093344

Tints of Blue Whale #093344

RGB

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

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

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

R = 7.03%
G = 39.84%
B = 53.13%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#093344 (or 0x093344) is known color: Blue Whale. HEX triplet: 09, 33 and 44. RGB value is (9,51,68). Sum of RGB (Red+Green+Blue) = 9+51+68=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 68 (26.95% from 255 or 53.12% from 128); Max value from RGB is 68 - color contains mainly: blue. Hex color #093344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093344 is #F6CCBB. Grayscale: #282828. Windows color (decimal): -16174268 or 4469513. OLE color: 4469513.

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

Color convert

RGB 9 51 68 -
CMYK 0.87 0.25 0 0.73
HSL 197.29º 0.77% 0.15% -
HSV(B) 197.29º 0.87% 0.27% -
XYZ 2.34 2.84 5.89 -
YUV 40.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 9 51 68 0.87 0.25 0 0.73 197.29 0.77 0.15
Hex 9 33 44 57 19 0 49 C5 4D F
Octal 11 63 104 127 31 0 111 305 115 17
Binary 1001 110011 1000100 1010111 11001 0 1001001 11000101 1001101 1111

Color Harmonies of #093344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093344

Black with #093344

Text Example


Text Example

White with #093344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093344; }

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

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

background-color css

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

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

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

border-color css

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

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

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