Html Css Color HEX #094CC9 Denim

📋 copy color: '#094CC9'

red 9 ◦ green 76 ◦ blue 201

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

Shades of Denim #094CC9

Tints of Denim #094CC9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.57%

 BLUE value IS 201 (78.91% from 255) = 70.28%

R = 3.15%
G = 26.57%
B = 70.28%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#094CC9 (or 0x094CC9) is known color: Denim. HEX triplet: 09, 4C and C9. RGB value is (9,76,201). Sum of RGB (Red+Green+Blue) = 9+76+201=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 201 (78.91% from 255 or 70.28% from 286); Max value from RGB is 201 - color contains mainly: blue. Hex color #094CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CC9 is #F6B336. Grayscale: #454545. Windows color (decimal): -16167735 or 13192201. OLE color: 13192201.

HSL color Cylindrical-coordinate representation of color #094CC9: hue angle of 219.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094CC9 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 76 201 -
CMYK 0.96 0.62 0 0.21
HSL 219.06º 0.91% 0.41% -
HSV(B) 219.06º 0.96% 0.79% -
XYZ 13.24 9.44 56.38 -
YUV 70.22 201.8 84.34 -
System Red Green Blue C M Y K H S L
Decimal 9 76 201 0.96 0.62 0 0.21 219.06 0.91 0.41
Hex 9 4C C9 60 3E 0 15 DB 5B 29
Octal 11 114 311 140 76 0 25 333 133 51
Binary 1001 1001100 11001001 1100000 111110 0 10101 11011011 1011011 101001

Color Harmonies of #094CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CC9

Black with #094CC9

Text Example


Text Example

White with #094CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,76,201); }

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

background-color css

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

 a { background-color: rgb(9,76,201); }

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

border-color css

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

 span { border-color: rgb(9,76,201); }

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