Html Css Color HEX #1534CA Persian Blue

📋 copy color: '#1534CA'

red 21 ◦ green 52 ◦ blue 202

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

Shades of Persian Blue #1534CA

Tints of Persian Blue #1534CA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.91%

 BLUE value IS 202 (79.3% from 255) = 73.45%

R = 7.64%
G = 18.91%
B = 73.45%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1534CA (or 0x1534CA) is known color: Persian Blue. HEX triplet: 15, 34 and CA. RGB value is (21,52,202). Sum of RGB (Red+Green+Blue) = 21+52+202=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 202 (79.30% from 255 or 73.45% from 275); Max value from RGB is 202 - color contains mainly: blue. Hex color #1534CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1534CA is #EACB35. Grayscale: #3B3B3B. Windows color (decimal): -15387446 or 13251605. OLE color: 13251605.

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

Color convert

RGB 21 52 202 -
CMYK 0.90 0.74 0 0.21
HSL 229.72º 0.81% 0.44% -
HSV(B) 229.72º 0.9% 0.79% -
XYZ 12.2 6.88 56.56 -
YUV 59.83 208.23 100.3 -
System Red Green Blue C M Y K H S L
Decimal 21 52 202 0.90 0.74 0 0.21 229.72 0.81 0.44
Hex 15 34 CA 5A 4A 0 15 E6 51 2C
Octal 25 64 312 132 112 0 25 346 121 54
Binary 10101 110100 11001010 1011010 1001010 0 10101 11100110 1010001 101100

Color Harmonies of #1534CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1534CA

Black with #1534CA

Text Example


Text Example

White with #1534CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1534CA; }

 p { color: rgb(21,52,202); }

 H1.HeaderClassName
 {
   color: #1534CA;
 }
 .AnyTagClassName
 {
   color: #1534CA;
 }
</style>

background-color css

<style>
 a { background-color: #1534CA; }

 a { background-color: rgb(21,52,202); }

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

border-color css

<style>
 span { border-color: #1534CA; }

 span { border-color: rgb(21,52,202); }

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