Html Css Color HEX #094DCD Denim

📋 copy color: '#094DCD'

red 9 ◦ green 77 ◦ blue 205

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

Shades of Denim #094DCD

Tints of Denim #094DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.45%

R = 3.09%
G = 26.46%
B = 70.45%

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

#094DCD (or 0x094DCD) is known color: Denim. HEX triplet: 09, 4D and CD. RGB value is (9,77,205). Sum of RGB (Red+Green+Blue) = 9+77+205=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #094DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DCD is #F6B232. Grayscale: #464646. Windows color (decimal): -16167475 or 13454601. OLE color: 13454601.

HSL color Cylindrical-coordinate representation of color #094DCD: hue angle of 219.18º 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 #094DCD is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 77 205 -
CMYK 0.96 0.62 0 0.20
HSL 219.18º 0.92% 0.42% -
HSV(B) 219.18º 0.96% 0.8% -
XYZ 13.79 9.77 58.92 -
YUV 71.26 203.47 83.59 -
System Red Green Blue C M Y K H S L
Decimal 9 77 205 0.96 0.62 0 0.20 219.18 0.92 0.42
Hex 9 4D CD 60 3E 0 14 DB 5C 2A
Octal 11 115 315 140 76 0 24 333 134 52
Binary 1001 1001101 11001101 1100000 111110 0 10100 11011011 1011100 101010

Color Harmonies of #094DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DCD

Black with #094DCD

Text Example


Text Example

White with #094DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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