Html Css Color HEX #1C63CA Denim

📋 copy color: '#1C63CA'

red 28 ◦ green 99 ◦ blue 202

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

Shades of Denim #1C63CA

Tints of Denim #1C63CA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

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

R = 8.51%
G = 30.09%
B = 61.4%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1C63CA (or 0x1C63CA) is known color: Denim. HEX triplet: 1C, 63 and CA. RGB value is (28,99,202). Sum of RGB (Red+Green+Blue) = 28+99+202=329 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.51% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C63CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C63CA is #E39C35. Grayscale: #595959. Windows color (decimal): -14916662 or 13263644. OLE color: 13263644.

HSL color Cylindrical-coordinate representation of color #1C63CA: hue angle of 215.52º 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 #1C63CA is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 99 202 -
CMYK 0.86 0.51 0 0.21
HSL 215.52º 0.76% 0.45% -
HSV(B) 215.52º 0.86% 0.79% -
XYZ 15.6 13.43 57.65 -
YUV 89.51 191.48 84.12 -
System Red Green Blue C M Y K H S L
Decimal 28 99 202 0.86 0.51 0 0.21 215.52 0.76 0.45
Hex 1C 63 CA 56 33 0 15 D8 4C 2D
Octal 34 143 312 126 63 0 25 330 114 55
Binary 11100 1100011 11001010 1010110 110011 0 10101 11011000 1001100 101101

Color Harmonies of #1C63CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C63CA

Black with #1C63CA

Text Example


Text Example

White with #1C63CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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