Html Css Color HEX #1335CB Persian Blue

📋 copy color: '#1335CB'

red 19 ◦ green 53 ◦ blue 203

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

Shades of Persian Blue #1335CB

Tints of Persian Blue #1335CB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

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

R = 6.91%
G = 19.27%
B = 73.82%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1335CB (or 0x1335CB) is known color: Persian Blue. HEX triplet: 13, 35 and CB. RGB value is (19,53,203). Sum of RGB (Red+Green+Blue) = 19+53+203=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #1335CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1335CB is #ECCA34. Grayscale: #3B3B3B. Windows color (decimal): -15518261 or 13317395. OLE color: 13317395.

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

Color convert

RGB 19 53 203 -
CMYK 0.91 0.74 0 0.20
HSL 228.91º 0.83% 0.44% -
HSV(B) 228.91º 0.91% 0.8% -
XYZ 12.32 7 57.2 -
YUV 59.93 208.74 98.8 -
System Red Green Blue C M Y K H S L
Decimal 19 53 203 0.91 0.74 0 0.20 228.91 0.83 0.44
Hex 13 35 CB 5B 4A 0 14 E5 53 2C
Octal 23 65 313 133 112 0 24 345 123 54
Binary 10011 110101 11001011 1011011 1001010 0 10100 11100101 1010011 101100

Color Harmonies of #1335CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1335CB

Black with #1335CB

Text Example


Text Example

White with #1335CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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