Html Css Color HEX #1525CC Persian Blue

📋 copy color: '#1525CC'

red 21 ◦ green 37 ◦ blue 204

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

Shades of Persian Blue #1525CC

Tints of Persian Blue #1525CC

RGB

 RED value IS 21 (8.59% from 255) = 8.02%

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

 BLUE value IS 204 (80.08% from 255) = 77.86%

R = 8.02%
G = 14.12%
B = 77.86%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1525CC (or 0x1525CC) is known color: Persian Blue. HEX triplet: 15, 25 and CC. RGB value is (21,37,204). Sum of RGB (Red+Green+Blue) = 21+37+204=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #1525CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1525CC is #EADA33. Grayscale: #323232. Windows color (decimal): -15391284 or 13378837. OLE color: 13378837.

HSL color Cylindrical-coordinate representation of color #1525CC: hue angle of 234.75º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1525CC is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 37 204 -
CMYK 0.90 0.82 0 0.2
HSL 234.75º 0.81% 0.44% -
HSV(B) 234.75º 0.9% 0.8% -
XYZ 11.87 5.84 57.63 -
YUV 51.25 214.2 106.42 -
System Red Green Blue C M Y K H S L
Decimal 21 37 204 0.90 0.82 0 0.2 234.75 0.81 0.44
Hex 15 25 CC 5A 52 0 14 EB 51 2C
Octal 25 45 314 132 122 0 24 353 121 54
Binary 10101 100101 11001100 1011010 1010010 0 10100 11101011 1010001 101100

Color Harmonies of #1525CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1525CC

Black with #1525CC

Text Example


Text Example

White with #1525CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1525CC; }

 p { color: rgb(21,37,204); }

 H1.HeaderClassName
 {
   color: #1525CC;
 }
 .AnyTagClassName
 {
   color: #1525CC;
 }
</style>

background-color css

<style>
 a { background-color: #1525CC; }

 a { background-color: rgb(21,37,204); }

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

border-color css

<style>
 span { border-color: #1525CC; }

 span { border-color: rgb(21,37,204); }

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