Html Css Color HEX #094FCC Denim

📋 copy color: '#094FCC'

red 9 ◦ green 79 ◦ blue 204

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

Shades of Denim #094FCC

Tints of Denim #094FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.05%

 BLUE value IS 204 (80.08% from 255) = 69.86%

R = 3.08%
G = 27.05%
B = 69.86%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#094FCC (or 0x094FCC) is known color: Denim. HEX triplet: 09, 4F and CC. RGB value is (9,79,204). Sum of RGB (Red+Green+Blue) = 9+79+204=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #094FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094FCC is #F6B033. Grayscale: #474747. Windows color (decimal): -16166964 or 13389577. OLE color: 13389577.

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

Color convert

RGB 9 79 204 -
CMYK 0.96 0.61 0 0.2
HSL 218.46º 0.92% 0.42% -
HSV(B) 218.46º 0.96% 0.8% -
XYZ 13.81 10.01 58.33 -
YUV 72.32 202.31 82.84 -
System Red Green Blue C M Y K H S L
Decimal 9 79 204 0.96 0.61 0 0.2 218.46 0.92 0.42
Hex 9 4F CC 60 3D 0 14 DA 5C 2A
Octal 11 117 314 140 75 0 24 332 134 52
Binary 1001 1001111 11001100 1100000 111101 0 10100 11011010 1011100 101010

Color Harmonies of #094FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094FCC

Black with #094FCC

Text Example


Text Example

White with #094FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,79,204); }

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

background-color css

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

 a { background-color: rgb(9,79,204); }

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

border-color css

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

 span { border-color: rgb(9,79,204); }

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