Html Css Color HEX #094ECB Denim

📋 copy color: '#094ECB'

red 9 ◦ green 78 ◦ blue 203

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

Shades of Denim #094ECB

Tints of Denim #094ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.9%

 BLUE value IS 203 (79.69% from 255) = 70%

R = 3.1%
G = 26.9%
B = 70%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#094ECB (or 0x094ECB) is known color: Denim. HEX triplet: 09, 4E and CB. RGB value is (9,78,203). Sum of RGB (Red+Green+Blue) = 9+78+203=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #094ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094ECB is #F6B134. Grayscale: #474747. Windows color (decimal): -16167221 or 13323785. OLE color: 13323785.

HSL color Cylindrical-coordinate representation of color #094ECB: hue angle of 218.66º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094ECB is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 78 203 -
CMYK 0.96 0.62 0 0.20
HSL 218.66º 0.92% 0.42% -
HSV(B) 218.66º 0.96% 0.8% -
XYZ 13.62 9.82 57.68 -
YUV 71.62 202.14 83.34 -
System Red Green Blue C M Y K H S L
Decimal 9 78 203 0.96 0.62 0 0.20 218.66 0.92 0.42
Hex 9 4E CB 60 3E 0 14 DB 5C 2A
Octal 11 116 313 140 76 0 24 333 134 52
Binary 1001 1001110 11001011 1100000 111110 0 10100 11011011 1011100 101010

Color Harmonies of #094ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094ECB

Black with #094ECB

Text Example


Text Example

White with #094ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094ECB; }

 p { color: rgb(9,78,203); }

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

background-color css

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

 a { background-color: rgb(9,78,203); }

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

border-color css

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

 span { border-color: rgb(9,78,203); }

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