Html Css Color HEX #1425DB Persian Blue

📋 copy color: '#1425DB'

red 20 ◦ green 37 ◦ blue 219

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

Shades of Persian Blue #1425DB

Tints of Persian Blue #1425DB

RGB

 RED value IS 20 (8.2% from 255) = 7.25%

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

 BLUE value IS 219 (85.94% from 255) = 79.35%

R = 7.25%
G = 13.41%
B = 79.35%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1425DB (or 0x1425DB) is known color: Persian Blue. HEX triplet: 14, 25 and DB. RGB value is (20,37,219). Sum of RGB (Red+Green+Blue) = 20+37+219=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #1425DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1425DB is #EBDA24. Grayscale: #333333. Windows color (decimal): -15456805 or 14361876. OLE color: 14361876.

HSL color Cylindrical-coordinate representation of color #1425DB: hue angle of 234.87º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1425DB is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 37 219 -
CMYK 0.91 0.83 0 0.14
HSL 234.87º 0.83% 0.47% -
HSV(B) 234.87º 0.91% 0.86% -
XYZ 13.74 6.59 67.57 -
YUV 52.67 221.87 104.7 -
System Red Green Blue C M Y K H S L
Decimal 20 37 219 0.91 0.83 0 0.14 234.87 0.83 0.47
Hex 14 25 DB 5B 53 0 E EB 53 2F
Octal 24 45 333 133 123 0 16 353 123 57
Binary 10100 100101 11011011 1011011 1010011 0 1110 11101011 1010011 101111

Color Harmonies of #1425DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1425DB

Black with #1425DB

Text Example


Text Example

White with #1425DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1425DB; }

 p { color: rgb(20,37,219); }

 H1.HeaderClassName
 {
   color: #1425DB;
 }
 .AnyTagClassName
 {
   color: #1425DB;
 }
</style>

background-color css

<style>
 a { background-color: #1425DB; }

 a { background-color: rgb(20,37,219); }

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

border-color css

<style>
 span { border-color: #1425DB; }

 span { border-color: rgb(20,37,219); }

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