Html Css Color HEX #1535CB Persian Blue

📋 copy color: '#1535CB'

red 21 ◦ green 53 ◦ blue 203

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

Shades of Persian Blue #1535CB

Tints of Persian Blue #1535CB

RGB

 RED value IS 21 (8.59% from 255) = 7.58%

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

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

R = 7.58%
G = 19.13%
B = 73.29%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1535CB (or 0x1535CB) is known color: Persian Blue. HEX triplet: 15, 35 and CB. RGB value is (21,53,203). Sum of RGB (Red+Green+Blue) = 21+53+203=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #1535CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1535CB is #EACA34. Grayscale: #3B3B3B. Windows color (decimal): -15387189 or 13317397. OLE color: 13317397.

HSL color Cylindrical-coordinate representation of color #1535CB: hue angle of 229.45º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1535CB is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 53 203 -
CMYK 0.90 0.74 0 0.20
HSL 229.45º 0.81% 0.44% -
HSV(B) 229.45º 0.9% 0.8% -
XYZ 12.36 7.02 57.2 -
YUV 60.53 208.4 99.8 -
System Red Green Blue C M Y K H S L
Decimal 21 53 203 0.90 0.74 0 0.20 229.45 0.81 0.44
Hex 15 35 CB 5A 4A 0 14 E5 51 2C
Octal 25 65 313 132 112 0 24 345 121 54
Binary 10101 110101 11001011 1011010 1001010 0 10100 11100101 1010001 101100

Color Harmonies of #1535CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1535CB

Black with #1535CB

Text Example


Text Example

White with #1535CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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