Html Css Color HEX #1825BF Persian Blue

📋 copy color: '#1825BF'

red 24 ◦ green 37 ◦ blue 191

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

Shades of Persian Blue #1825BF

Tints of Persian Blue #1825BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 75.79%

R = 9.52%
G = 14.68%
B = 75.79%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1825BF (or 0x1825BF) is known color: Persian Blue. HEX triplet: 18, 25 and BF. RGB value is (24,37,191). Sum of RGB (Red+Green+Blue) = 24+37+191=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #1825BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1825BF is #E7DA40. Grayscale: #323232. Windows color (decimal): -15194689 or 12526872. OLE color: 12526872.

HSL color Cylindrical-coordinate representation of color #1825BF: hue angle of 235.33º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1825BF is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 37 191 -
CMYK 0.87 0.81 0 0.25
HSL 235.33º 0.78% 0.42% -
HSV(B) 235.33º 0.87% 0.75% -
XYZ 10.44 5.28 49.76 -
YUV 50.67 207.19 108.98 -
System Red Green Blue C M Y K H S L
Decimal 24 37 191 0.87 0.81 0 0.25 235.33 0.78 0.42
Hex 18 25 BF 57 51 0 19 EB 4E 2A
Octal 30 45 277 127 121 0 31 353 116 52
Binary 11000 100101 10111111 1010111 1010001 0 11001 11101011 1001110 101010

Color Harmonies of #1825BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1825BF

Black with #1825BF

Text Example


Text Example

White with #1825BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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