Html Css Color HEX #1C25CA Persian Blue

📋 copy color: '#1C25CA'

red 28 ◦ green 37 ◦ blue 202

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

Shades of Persian Blue #1C25CA

Tints of Persian Blue #1C25CA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.86%

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

R = 10.49%
G = 13.86%
B = 75.66%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1C25CA (or 0x1C25CA) is known color: Persian Blue. HEX triplet: 1C, 25 and CA. RGB value is (28,37,202). Sum of RGB (Red+Green+Blue) = 28+37+202=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 202 (79.30% from 255 or 75.66% from 267); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C25CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C25CA is #E3DA35. Grayscale: #343434. Windows color (decimal): -14932534 or 13247772. OLE color: 13247772.

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

Color convert

RGB 28 37 202 -
CMYK 0.86 0.82 0 0.21
HSL 236.9º 0.76% 0.45% -
HSV(B) 236.9º 0.86% 0.79% -
XYZ 11.8 5.83 56.38 -
YUV 53.12 212.02 110.08 -
System Red Green Blue C M Y K H S L
Decimal 28 37 202 0.86 0.82 0 0.21 236.9 0.76 0.45
Hex 1C 25 CA 56 52 0 15 ED 4C 2D
Octal 34 45 312 126 122 0 25 355 114 55
Binary 11100 100101 11001010 1010110 1010010 0 10101 11101101 1001100 101101

Color Harmonies of #1C25CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C25CA

Black with #1C25CA

Text Example


Text Example

White with #1C25CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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