Html Css Color HEX #094CC6 Denim

📋 copy color: '#094CC6'

red 9 ◦ green 76 ◦ blue 198

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

Shades of Denim #094CC6

Tints of Denim #094CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 69.96%

R = 3.18%
G = 26.86%
B = 69.96%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#094CC6 (or 0x094CC6) is known color: Denim. HEX triplet: 09, 4C and C6. RGB value is (9,76,198). Sum of RGB (Red+Green+Blue) = 9+76+198=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 198 (77.73% from 255 or 69.96% from 283); Max value from RGB is 198 - color contains mainly: blue. Hex color #094CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CC6 is #F6B339. Grayscale: #454545. Windows color (decimal): -16167738 or 12995593. OLE color: 12995593.

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

Color convert

RGB 9 76 198 -
CMYK 0.95 0.62 0 0.22
HSL 218.73º 0.91% 0.41% -
HSV(B) 218.73º 0.95% 0.78% -
XYZ 12.89 9.3 54.54 -
YUV 69.88 200.3 84.58 -
System Red Green Blue C M Y K H S L
Decimal 9 76 198 0.95 0.62 0 0.22 218.73 0.91 0.41
Hex 9 4C C6 5F 3E 0 16 DB 5B 29
Octal 11 114 306 137 76 0 26 333 133 51
Binary 1001 1001100 11000110 1011111 111110 0 10110 11011011 1011011 101001

Color Harmonies of #094CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094CC6

Black with #094CC6

Text Example


Text Example

White with #094CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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