Html Css Color HEX #1C25C4 Persian Blue

📋 copy color: '#1C25C4'

red 28 ◦ green 37 ◦ blue 196

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

Shades of Persian Blue #1C25C4

Tints of Persian Blue #1C25C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 75.1%

R = 10.73%
G = 14.18%
B = 75.1%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1C25C4 (or 0x1C25C4) is known color: Persian Blue. HEX triplet: 1C, 25 and C4. RGB value is (28,37,196). Sum of RGB (Red+Green+Blue) = 28+37+196=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 196 (76.95% from 255 or 75.10% from 261); Max value from RGB is 196 - color contains mainly: blue. Hex color #1C25C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C25C4 is #E3DA3B. Grayscale: #333333. Windows color (decimal): -14932540 or 12854556. OLE color: 12854556.

HSL color Cylindrical-coordinate representation of color #1C25C4: hue angle of 236.79º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C25C4 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 28 37 196 -
CMYK 0.86 0.81 0 0.23
HSL 236.79º 0.75% 0.44% -
HSV(B) 236.79º 0.86% 0.77% -
XYZ 11.1 5.56 52.71 -
YUV 52.44 209.02 110.57 -
System Red Green Blue C M Y K H S L
Decimal 28 37 196 0.86 0.81 0 0.23 236.79 0.75 0.44
Hex 1C 25 C4 56 51 0 17 ED 4B 2C
Octal 34 45 304 126 121 0 27 355 113 54
Binary 11100 100101 11000100 1010110 1010001 0 10111 11101101 1001011 101100

Color Harmonies of #1C25C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C25C4

Black with #1C25C4

Text Example


Text Example

White with #1C25C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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