Html Css Color HEX #093143 Blue Whale

📋 copy color: '#093143'

red 9 ◦ green 49 ◦ blue 67

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

Shades of Blue Whale #093143

Tints of Blue Whale #093143

RGB

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

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

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

R = 7.2%
G = 39.2%
B = 53.6%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#093143 (or 0x093143) is known color: Blue Whale. HEX triplet: 09, 31 and 43. RGB value is (9,49,67). Sum of RGB (Red+Green+Blue) = 9+49+67=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 67 (26.56% from 255 or 53.6% from 125); Max value from RGB is 67 - color contains mainly: blue. Hex color #093143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093143 is #F6CEBC. Grayscale: #262626. Windows color (decimal): -16174781 or 4403465. OLE color: 4403465.

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

Color convert

RGB 9 49 67 -
CMYK 0.87 0.27 0 0.74
HSL 198.62º 0.76% 0.15% -
HSV(B) 198.62º 0.87% 0.26% -
XYZ 2.22 2.66 5.71 -
YUV 39.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 9 49 67 0.87 0.27 0 0.74 198.62 0.76 0.15
Hex 9 31 43 57 1B 0 4A C7 4C F
Octal 11 61 103 127 33 0 112 307 114 17
Binary 1001 110001 1000011 1010111 11011 0 1001010 11000111 1001100 1111

Color Harmonies of #093143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093143

Black with #093143

Text Example


Text Example

White with #093143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093143; }

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

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

background-color css

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

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

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

border-color css

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

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

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