Html Css Color HEX #1325CE Persian Blue

📋 copy color: '#1325CE'

red 19 ◦ green 37 ◦ blue 206

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

Shades of Persian Blue #1325CE

Tints of Persian Blue #1325CE

RGB

 RED value IS 19 (7.81% from 255) = 7.25%

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

 BLUE value IS 206 (80.86% from 255) = 78.63%

R = 7.25%
G = 14.12%
B = 78.63%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1325CE (or 0x1325CE) is known color: Persian Blue. HEX triplet: 13, 25 and CE. RGB value is (19,37,206). Sum of RGB (Red+Green+Blue) = 19+37+206=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 206 (80.86% from 255 or 78.63% from 262); Max value from RGB is 206 - color contains mainly: blue. Hex color #1325CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1325CE is #ECDA31. Grayscale: #323232. Windows color (decimal): -15522354 or 13509907. OLE color: 13509907.

HSL color Cylindrical-coordinate representation of color #1325CE: hue angle of 234.22º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1325CE is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 37 206 -
CMYK 0.91 0.82 0 0.19
HSL 234.22º 0.83% 0.44% -
HSV(B) 234.22º 0.91% 0.81% -
XYZ 12.07 5.92 58.9 -
YUV 50.88 215.54 105.26 -
System Red Green Blue C M Y K H S L
Decimal 19 37 206 0.91 0.82 0 0.19 234.22 0.83 0.44
Hex 13 25 CE 5B 52 0 13 EA 53 2C
Octal 23 45 316 133 122 0 23 352 123 54
Binary 10011 100101 11001110 1011011 1010010 0 10011 11101010 1010011 101100

Color Harmonies of #1325CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1325CE

Black with #1325CE

Text Example


Text Example

White with #1325CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1325CE; }

 p { color: rgb(19,37,206); }

 H1.HeaderClassName
 {
   color: #1325CE;
 }
 .AnyTagClassName
 {
   color: #1325CE;
 }
</style>

background-color css

<style>
 a { background-color: #1325CE; }

 a { background-color: rgb(19,37,206); }

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

border-color css

<style>
 span { border-color: #1325CE; }

 span { border-color: rgb(19,37,206); }

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