Html Css Color HEX #094BC8 Denim

📋 copy color: '#094BC8'

red 9 ◦ green 75 ◦ blue 200

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

Shades of Denim #094BC8

Tints of Denim #094BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 70.42%

R = 3.17%
G = 26.41%
B = 70.42%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#094BC8 (or 0x094BC8) is known color: Denim. HEX triplet: 09, 4B and C8. RGB value is (9,75,200). Sum of RGB (Red+Green+Blue) = 9+75+200=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 200 (78.52% from 255 or 70.42% from 284); Max value from RGB is 200 - color contains mainly: blue. Hex color #094BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094BC8 is #F6B437. Grayscale: #444444. Windows color (decimal): -16167992 or 13126409. OLE color: 13126409.

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

Color convert

RGB 9 75 200 -
CMYK 0.96 0.62 0 0.22
HSL 219.27º 0.91% 0.41% -
HSV(B) 219.27º 0.96% 0.78% -
XYZ 13.05 9.26 55.74 -
YUV 69.52 201.63 84.84 -
System Red Green Blue C M Y K H S L
Decimal 9 75 200 0.96 0.62 0 0.22 219.27 0.91 0.41
Hex 9 4B C8 60 3E 0 16 DB 5B 29
Octal 11 113 310 140 76 0 26 333 133 51
Binary 1001 1001011 11001000 1100000 111110 0 10110 11011011 1011011 101001

Color Harmonies of #094BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094BC8

Black with #094BC8

Text Example


Text Example

White with #094BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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