Html Css Color HEX #1339CB Persian Blue

📋 copy color: '#1339CB'

red 19 ◦ green 57 ◦ blue 203

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

Shades of Persian Blue #1339CB

Tints of Persian Blue #1339CB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.43%

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

R = 6.81%
G = 20.43%
B = 72.76%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1339CB (or 0x1339CB) is known color: Persian Blue. HEX triplet: 13, 39 and CB. RGB value is (19,57,203). Sum of RGB (Red+Green+Blue) = 19+57+203=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #1339CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1339CB is #ECC634. Grayscale: #3D3D3D. Windows color (decimal): -15517237 or 13318419. OLE color: 13318419.

HSL color Cylindrical-coordinate representation of color #1339CB: hue angle of 227.61º 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 #1339CB is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 57 203 -
CMYK 0.91 0.72 0 0.20
HSL 227.61º 0.83% 0.44% -
HSV(B) 227.61º 0.91% 0.8% -
XYZ 12.51 7.38 57.26 -
YUV 62.28 207.41 97.13 -
System Red Green Blue C M Y K H S L
Decimal 19 57 203 0.91 0.72 0 0.20 227.61 0.83 0.44
Hex 13 39 CB 5B 48 0 14 E4 53 2C
Octal 23 71 313 133 110 0 24 344 123 54
Binary 10011 111001 11001011 1011011 1001000 0 10100 11100100 1010011 101100

Color Harmonies of #1339CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1339CB

Black with #1339CB

Text Example


Text Example

White with #1339CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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