Html Css Color HEX #1327DF Persian Blue

📋 copy color: '#1327DF'

red 19 ◦ green 39 ◦ blue 223

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

Shades of Persian Blue #1327DF

Tints of Persian Blue #1327DF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

 BLUE value IS 223 (87.5% from 255) = 79.36%

R = 6.76%
G = 13.88%
B = 79.36%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1327DF (or 0x1327DF) is known color: Persian Blue. HEX triplet: 13, 27 and DF. RGB value is (19,39,223). Sum of RGB (Red+Green+Blue) = 19+39+223=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #1327DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1327DF is #ECD820. Grayscale: #353535. Windows color (decimal): -15521825 or 14624531. OLE color: 14624531.

HSL color Cylindrical-coordinate representation of color #1327DF: hue angle of 234.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1327DF is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 39 223 -
CMYK 0.91 0.83 0 0.13
HSL 234.12º 0.84% 0.47% -
HSV(B) 234.12º 0.91% 0.87% -
XYZ 14.31 6.92 70.39 -
YUV 54 223.37 103.04 -
System Red Green Blue C M Y K H S L
Decimal 19 39 223 0.91 0.83 0 0.13 234.12 0.84 0.47
Hex 13 27 DF 5B 53 0 D EA 54 2F
Octal 23 47 337 133 123 0 15 352 124 57
Binary 10011 100111 11011111 1011011 1010011 0 1101 11101010 1010100 101111

Color Harmonies of #1327DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1327DF

Black with #1327DF

Text Example


Text Example

White with #1327DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1327DF; }

 p { color: rgb(19,39,223); }

 H1.HeaderClassName
 {
   color: #1327DF;
 }
 .AnyTagClassName
 {
   color: #1327DF;
 }
</style>

background-color css

<style>
 a { background-color: #1327DF; }

 a { background-color: rgb(19,39,223); }

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

border-color css

<style>
 span { border-color: #1327DF; }

 span { border-color: rgb(19,39,223); }

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