Html Css Color HEX #093043 Blue Whale

📋 copy color: '#093043'

red 9 ◦ green 48 ◦ blue 67

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

Shades of Blue Whale #093043

Tints of Blue Whale #093043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.71%

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

R = 7.26%
G = 38.71%
B = 54.03%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#093043 (or 0x093043) is known color: Blue Whale. HEX triplet: 09, 30 and 43. RGB value is (9,48,67). Sum of RGB (Red+Green+Blue) = 9+48+67=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 67 (26.56% from 255 or 54.03% from 124); Max value from RGB is 67 - color contains mainly: blue. Hex color #093043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093043 is #F6CFBC. Grayscale: #262626. Windows color (decimal): -16175037 or 4403209. OLE color: 4403209.

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

Color convert

RGB 9 48 67 -
CMYK 0.87 0.28 0 0.74
HSL 199.66º 0.76% 0.15% -
HSV(B) 199.66º 0.87% 0.26% -
XYZ 2.18 2.58 5.69 -
YUV 38.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 9 48 67 0.87 0.28 0 0.74 199.66 0.76 0.15
Hex 9 30 43 57 1C 0 4A C8 4C F
Octal 11 60 103 127 34 0 112 310 114 17
Binary 1001 110000 1000011 1010111 11100 0 1001010 11001000 1001100 1111

Color Harmonies of #093043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093043

Black with #093043

Text Example


Text Example

White with #093043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093043; }

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

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

background-color css

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

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

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

border-color css

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

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

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