Html Css Color HEX #1534EB Persian Blue

📋 copy color: '#1534EB'

red 21 ◦ green 52 ◦ blue 235

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

Shades of Persian Blue #1534EB

Tints of Persian Blue #1534EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 76.3%

R = 6.82%
G = 16.88%
B = 76.3%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1534EB (or 0x1534EB) is known color: Persian Blue. HEX triplet: 15, 34 and EB. RGB value is (21,52,235). Sum of RGB (Red+Green+Blue) = 21+52+235=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #1534EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1534EB is #EACB14. Grayscale: #3E3E3E. Windows color (decimal): -15387413 or 15414293. OLE color: 15414293.

HSL color Cylindrical-coordinate representation of color #1534EB: hue angle of 231.31º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1534EB is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 52 235 -
CMYK 0.91 0.78 0 0.08
HSL 231.31º 0.84% 0.5% -
HSV(B) 231.31º 0.91% 0.92% -
XYZ 16.53 8.61 79.39 -
YUV 63.59 224.73 97.62 -
System Red Green Blue C M Y K H S L
Decimal 21 52 235 0.91 0.78 0 0.08 231.31 0.84 0.5
Hex 15 34 EB 5B 4E 0 8 E7 54 32
Octal 25 64 353 133 116 0 10 347 124 62
Binary 10101 110100 11101011 1011011 1001110 0 1000 11100111 1010100 110010

Color Harmonies of #1534EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1534EB

Black with #1534EB

Text Example


Text Example

White with #1534EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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