Html Css Color HEX #1435CB Persian Blue

📋 copy color: '#1435CB'

red 20 ◦ green 53 ◦ blue 203

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

Shades of Persian Blue #1435CB

Tints of Persian Blue #1435CB

RGB

 RED value IS 20 (8.2% from 255) = 7.25%

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

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

R = 7.25%
G = 19.2%
B = 73.55%

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

#1435CB (or 0x1435CB) is known color: Persian Blue. HEX triplet: 14, 35 and CB. RGB value is (20,53,203). Sum of RGB (Red+Green+Blue) = 20+53+203=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #1435CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1435CB is #EBCA34. Grayscale: #3B3B3B. Windows color (decimal): -15452725 or 13317396. OLE color: 13317396.

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

Color convert

RGB 20 53 203 -
CMYK 0.90 0.74 0 0.20
HSL 229.18º 0.82% 0.44% -
HSV(B) 229.18º 0.9% 0.8% -
XYZ 12.34 7.01 57.2 -
YUV 60.23 208.57 99.3 -
System Red Green Blue C M Y K H S L
Decimal 20 53 203 0.90 0.74 0 0.20 229.18 0.82 0.44
Hex 14 35 CB 5A 4A 0 14 E5 52 2C
Octal 24 65 313 132 112 0 24 345 122 54
Binary 10100 110101 11001011 1011010 1001010 0 10100 11100101 1010010 101100

Color Harmonies of #1435CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1435CB

Black with #1435CB

Text Example


Text Example

White with #1435CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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