Html Css Color HEX #094DC6 Denim

📋 copy color: '#094DC6'

red 9 ◦ green 77 ◦ blue 198

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

Shades of Denim #094DC6

Tints of Denim #094DC6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.11%

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

R = 3.17%
G = 27.11%
B = 69.72%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#094DC6 (or 0x094DC6) is known color: Denim. HEX triplet: 09, 4D and C6. RGB value is (9,77,198). Sum of RGB (Red+Green+Blue) = 9+77+198=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 198 (77.73% from 255 or 69.72% from 284); Max value from RGB is 198 - color contains mainly: blue. Hex color #094DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DC6 is #F6B239. Grayscale: #454545. Windows color (decimal): -16167482 or 12995849. OLE color: 12995849.

HSL color Cylindrical-coordinate representation of color #094DC6: hue angle of 218.41º 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 #094DC6 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 77 198 -
CMYK 0.95 0.61 0 0.22
HSL 218.41º 0.91% 0.41% -
HSV(B) 218.41º 0.95% 0.78% -
XYZ 12.96 9.44 54.57 -
YUV 70.46 199.97 84.16 -
System Red Green Blue C M Y K H S L
Decimal 9 77 198 0.95 0.61 0 0.22 218.41 0.91 0.41
Hex 9 4D C6 5F 3D 0 16 DA 5B 29
Octal 11 115 306 137 75 0 26 332 133 51
Binary 1001 1001101 11000110 1011111 111101 0 10110 11011010 1011011 101001

Color Harmonies of #094DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DC6

Black with #094DC6

Text Example


Text Example

White with #094DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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