Html Css Color HEX #1325CC Persian Blue

📋 copy color: '#1325CC'

red 19 ◦ green 37 ◦ blue 204

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

Shades of Persian Blue #1325CC

Tints of Persian Blue #1325CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 78.46%

R = 7.31%
G = 14.23%
B = 78.46%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1325CC (or 0x1325CC) is known color: Persian Blue. HEX triplet: 13, 25 and CC. RGB value is (19,37,204). Sum of RGB (Red+Green+Blue) = 19+37+204=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 204 (80.08% from 255 or 78.46% from 260); Max value from RGB is 204 - color contains mainly: blue. Hex color #1325CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1325CC is #ECDA33. Grayscale: #313131. Windows color (decimal): -15522356 or 13378835. OLE color: 13378835.

HSL color Cylindrical-coordinate representation of color #1325CC: hue angle of 234.16º 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 #1325CC is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 37 204 -
CMYK 0.91 0.82 0 0.2
HSL 234.16º 0.83% 0.44% -
HSV(B) 234.16º 0.91% 0.8% -
XYZ 11.83 5.82 57.63 -
YUV 50.66 214.54 105.42 -
System Red Green Blue C M Y K H S L
Decimal 19 37 204 0.91 0.82 0 0.2 234.16 0.83 0.44
Hex 13 25 CC 5B 52 0 14 EA 53 2C
Octal 23 45 314 133 122 0 24 352 123 54
Binary 10011 100101 11001100 1011011 1010010 0 10100 11101010 1010011 101100

Color Harmonies of #1325CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1325CC

Black with #1325CC

Text Example


Text Example

White with #1325CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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