Html Css Color HEX #1C5EBE Denim

📋 copy color: '#1C5EBE'

red 28 ◦ green 94 ◦ blue 190

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

Shades of Denim #1C5EBE

Tints of Denim #1C5EBE

RGB

 RED value IS 28 (11.33% from 255) = 8.97%

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 8.97%
G = 30.13%
B = 60.9%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1C5EBE (or 0x1C5EBE) is known color: Denim. HEX triplet: 1C, 5E and BE. RGB value is (28,94,190). Sum of RGB (Red+Green+Blue) = 28+94+190=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C5EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5EBE is #E3A141. Grayscale: #545454. Windows color (decimal): -14917954 or 12475932. OLE color: 12475932.

HSL color Cylindrical-coordinate representation of color #1C5EBE: hue angle of 215.56º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C5EBE is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 94 190 -
CMYK 0.85 0.51 0 0.25
HSL 215.56º 0.74% 0.43% -
HSV(B) 215.56º 0.85% 0.75% -
XYZ 13.78 11.97 50.3 -
YUV 85.21 187.13 87.19 -
System Red Green Blue C M Y K H S L
Decimal 28 94 190 0.85 0.51 0 0.25 215.56 0.74 0.43
Hex 1C 5E BE 55 33 0 19 D8 4A 2B
Octal 34 136 276 125 63 0 31 330 112 53
Binary 11100 1011110 10111110 1010101 110011 0 11001 11011000 1001010 101011

Color Harmonies of #1C5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5EBE

Black with #1C5EBE

Text Example


Text Example

White with #1C5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C5EBE; }

 p { color: rgb(28,94,190); }

 H1.HeaderClassName
 {
   color: #1C5EBE;
 }
 .AnyTagClassName
 {
   color: #1C5EBE;
 }
</style>

background-color css

<style>
 a { background-color: #1C5EBE; }

 a { background-color: rgb(28,94,190); }

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

border-color css

<style>
 span { border-color: #1C5EBE; }

 span { border-color: rgb(28,94,190); }

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