Html Css Color HEX #093144 Blue Whale

📋 copy color: '#093144'

red 9 ◦ green 49 ◦ blue 68

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

Shades of Blue Whale #093144

Tints of Blue Whale #093144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.89%

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

R = 7.14%
G = 38.89%
B = 53.97%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#093144 (or 0x093144) is known color: Blue Whale. HEX triplet: 09, 31 and 44. RGB value is (9,49,68). Sum of RGB (Red+Green+Blue) = 9+49+68=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 68 (26.95% from 255 or 53.97% from 126); Max value from RGB is 68 - color contains mainly: blue. Hex color #093144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093144 is #F6CEBB. Grayscale: #272727. Windows color (decimal): -16174780 or 4469001. OLE color: 4469001.

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

Color convert

RGB 9 49 68 -
CMYK 0.87 0.28 0 0.73
HSL 199.32º 0.77% 0.15% -
HSV(B) 199.32º 0.87% 0.27% -
XYZ 2.25 2.67 5.87 -
YUV 39.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 9 49 68 0.87 0.28 0 0.73 199.32 0.77 0.15
Hex 9 31 44 57 1C 0 49 C7 4D F
Octal 11 61 104 127 34 0 111 307 115 17
Binary 1001 110001 1000100 1010111 11100 0 1001001 11000111 1001101 1111

Color Harmonies of #093144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093144

Black with #093144

Text Example


Text Example

White with #093144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093144; }

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

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

background-color css

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

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

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

border-color css

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

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

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