Html Css Color HEX #1825B4 Persian Blue

📋 copy color: '#1825B4'

red 24 ◦ green 37 ◦ blue 180

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

Shades of Persian Blue #1825B4

Tints of Persian Blue #1825B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 74.69%

R = 9.96%
G = 15.35%
B = 74.69%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1825B4 (or 0x1825B4) is known color: Persian Blue. HEX triplet: 18, 25 and B4. RGB value is (24,37,180). Sum of RGB (Red+Green+Blue) = 24+37+180=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #1825B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1825B4 is #E7DA4B. Grayscale: #303030. Windows color (decimal): -15194700 or 11805976. OLE color: 11805976.

HSL color Cylindrical-coordinate representation of color #1825B4: hue angle of 235º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1825B4 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 37 180 -
CMYK 0.87 0.79 0 0.29
HSL 235º 0.76% 0.4% -
HSV(B) 235º 0.87% 0.71% -
XYZ 9.28 4.81 43.62 -
YUV 49.42 201.69 109.87 -
System Red Green Blue C M Y K H S L
Decimal 24 37 180 0.87 0.79 0 0.29 235 0.76 0.4
Hex 18 25 B4 57 4F 0 1D EB 4C 28
Octal 30 45 264 127 117 0 35 353 114 50
Binary 11000 100101 10110100 1010111 1001111 0 11101 11101011 1001100 101000

Color Harmonies of #1825B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1825B4

Black with #1825B4

Text Example


Text Example

White with #1825B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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