Html Css Color HEX #1325CB Persian Blue

📋 copy color: '#1325CB'

red 19 ◦ green 37 ◦ blue 203

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

Shades of Persian Blue #1325CB

Tints of Persian Blue #1325CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 78.38%

R = 7.34%
G = 14.29%
B = 78.38%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1325CB (or 0x1325CB) is known color: Persian Blue. HEX triplet: 13, 25 and CB. RGB value is (19,37,203). Sum of RGB (Red+Green+Blue) = 19+37+203=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #1325CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1325CB is #ECDA34. Grayscale: #313131. Windows color (decimal): -15522357 or 13313299. OLE color: 13313299.

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

Color convert

RGB 19 37 203 -
CMYK 0.91 0.82 0 0.20
HSL 234.13º 0.83% 0.44% -
HSV(B) 234.13º 0.91% 0.8% -
XYZ 11.71 5.77 57 -
YUV 50.54 214.04 105.5 -
System Red Green Blue C M Y K H S L
Decimal 19 37 203 0.91 0.82 0 0.20 234.13 0.83 0.44
Hex 13 25 CB 5B 52 0 14 EA 53 2C
Octal 23 45 313 133 122 0 24 352 123 54
Binary 10011 100101 11001011 1011011 1010010 0 10100 11101010 1010011 101100

Color Harmonies of #1325CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1325CB

Black with #1325CB

Text Example


Text Example

White with #1325CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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