Html Css Color HEX #094BCD Denim

📋 copy color: '#094BCD'

red 9 ◦ green 75 ◦ blue 205

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

Shades of Denim #094BCD

Tints of Denim #094BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.95%

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

R = 3.11%
G = 25.95%
B = 70.93%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#094BCD (or 0x094BCD) is known color: Denim. HEX triplet: 09, 4B and CD. RGB value is (9,75,205). Sum of RGB (Red+Green+Blue) = 9+75+205=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #094BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094BCD is #F6B432. Grayscale: #454545. Windows color (decimal): -16167987 or 13454089. OLE color: 13454089.

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

Color convert

RGB 9 75 205 -
CMYK 0.96 0.63 0 0.20
HSL 219.8º 0.92% 0.42% -
HSV(B) 219.8º 0.96% 0.8% -
XYZ 13.65 9.5 58.87 -
YUV 70.09 204.13 84.43 -
System Red Green Blue C M Y K H S L
Decimal 9 75 205 0.96 0.63 0 0.20 219.8 0.92 0.42
Hex 9 4B CD 60 3F 0 14 DC 5C 2A
Octal 11 113 315 140 77 0 24 334 134 52
Binary 1001 1001011 11001101 1100000 111111 0 10100 11011100 1011100 101010

Color Harmonies of #094BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094BCD

Black with #094BCD

Text Example


Text Example

White with #094BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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