Html Css Color HEX #1C58CA Denim

📋 copy color: '#1C58CA'

red 28 ◦ green 88 ◦ blue 202

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

Shades of Denim #1C58CA

Tints of Denim #1C58CA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

 BLUE value IS 202 (79.3% from 255) = 63.52%

R = 8.81%
G = 27.67%
B = 63.52%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1C58CA (or 0x1C58CA) is known color: Denim. HEX triplet: 1C, 58 and CA. RGB value is (28,88,202). Sum of RGB (Red+Green+Blue) = 28+88+202=318 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.81% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C58CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C58CA is #E3A735. Grayscale: #525252. Windows color (decimal): -14919478 or 13260828. OLE color: 13260828.

HSL color Cylindrical-coordinate representation of color #1C58CA: hue angle of 219.31º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C58CA is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 88 202 -
CMYK 0.86 0.56 0 0.21
HSL 219.31º 0.76% 0.45% -
HSV(B) 219.31º 0.86% 0.79% -
XYZ 14.63 11.49 57.32 -
YUV 83.06 195.12 88.73 -
System Red Green Blue C M Y K H S L
Decimal 28 88 202 0.86 0.56 0 0.21 219.31 0.76 0.45
Hex 1C 58 CA 56 38 0 15 DB 4C 2D
Octal 34 130 312 126 70 0 25 333 114 55
Binary 11100 1011000 11001010 1010110 111000 0 10101 11011011 1001100 101101

Color Harmonies of #1C58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C58CA

Black with #1C58CA

Text Example


Text Example

White with #1C58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,88,202); }

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

background-color css

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

 a { background-color: rgb(28,88,202); }

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

border-color css

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

 span { border-color: rgb(28,88,202); }

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