Html Css Color HEX #1C2DCA Persian Blue

📋 copy color: '#1C2DCA'

red 28 ◦ green 45 ◦ blue 202

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

Shades of Persian Blue #1C2DCA

Tints of Persian Blue #1C2DCA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.36%

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

R = 10.18%
G = 16.36%
B = 73.45%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1C2DCA (or 0x1C2DCA) is known color: Persian Blue. HEX triplet: 1C, 2D and CA. RGB value is (28,45,202). Sum of RGB (Red+Green+Blue) = 28+45+202=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 202 (79.30% from 255 or 73.45% from 275); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C2DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2DCA is #E3D235. Grayscale: #393939. Windows color (decimal): -14930486 or 13249820. OLE color: 13249820.

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

Color convert

RGB 28 45 202 -
CMYK 0.86 0.78 0 0.21
HSL 234.14º 0.76% 0.45% -
HSV(B) 234.14º 0.86% 0.79% -
XYZ 12.08 6.39 56.47 -
YUV 57.82 209.37 106.73 -
System Red Green Blue C M Y K H S L
Decimal 28 45 202 0.86 0.78 0 0.21 234.14 0.76 0.45
Hex 1C 2D CA 56 4E 0 15 EA 4C 2D
Octal 34 55 312 126 116 0 25 352 114 55
Binary 11100 101101 11001010 1010110 1001110 0 10101 11101010 1001100 101101

Color Harmonies of #1C2DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2DCA

Black with #1C2DCA

Text Example


Text Example

White with #1C2DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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