Html Css Color HEX #1825CD Persian Blue

📋 copy color: '#1825CD'

red 24 ◦ green 37 ◦ blue 205

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

Shades of Persian Blue #1825CD

Tints of Persian Blue #1825CD

RGB

 RED value IS 24 (9.77% from 255) = 9.02%

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

 BLUE value IS 205 (80.47% from 255) = 77.07%

R = 9.02%
G = 13.91%
B = 77.07%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1825CD (or 0x1825CD) is known color: Persian Blue. HEX triplet: 18, 25 and CD. RGB value is (24,37,205). Sum of RGB (Red+Green+Blue) = 24+37+205=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #1825CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1825CD is #E7DA32. Grayscale: #333333. Windows color (decimal): -15194675 or 13444376. OLE color: 13444376.

HSL color Cylindrical-coordinate representation of color #1825CD: hue angle of 235.69º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1825CD is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 37 205 -
CMYK 0.88 0.82 0 0.20
HSL 235.69º 0.79% 0.45% -
HSV(B) 235.69º 0.88% 0.8% -
XYZ 12.06 5.93 58.27 -
YUV 52.27 214.19 107.84 -
System Red Green Blue C M Y K H S L
Decimal 24 37 205 0.88 0.82 0 0.20 235.69 0.79 0.45
Hex 18 25 CD 58 52 0 14 EC 4F 2D
Octal 30 45 315 130 122 0 24 354 117 55
Binary 11000 100101 11001101 1011000 1010010 0 10100 11101100 1001111 101101

Color Harmonies of #1825CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1825CD

Black with #1825CD

Text Example


Text Example

White with #1825CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1825CD; }

 p { color: rgb(24,37,205); }

 H1.HeaderClassName
 {
   color: #1825CD;
 }
 .AnyTagClassName
 {
   color: #1825CD;
 }
</style>

background-color css

<style>
 a { background-color: #1825CD; }

 a { background-color: rgb(24,37,205); }

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

border-color css

<style>
 span { border-color: #1825CD; }

 span { border-color: rgb(24,37,205); }

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