Html Css Color HEX #1538BE Persian Blue

📋 copy color: '#1538BE'

red 21 ◦ green 56 ◦ blue 190

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

Shades of Persian Blue #1538BE

Tints of Persian Blue #1538BE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

 BLUE value IS 190 (74.61% from 255) = 71.16%

R = 7.87%
G = 20.97%
B = 71.16%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1538BE (or 0x1538BE) is known color: Persian Blue. HEX triplet: 15, 38 and BE. RGB value is (21,56,190). Sum of RGB (Red+Green+Blue) = 21+56+190=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #1538BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1538BE is #EAC741. Grayscale: #3C3C3C. Windows color (decimal): -15386434 or 12466197. OLE color: 12466197.

HSL color Cylindrical-coordinate representation of color #1538BE: hue angle of 227.57º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1538BE is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 56 190 -
CMYK 0.89 0.71 0 0.25
HSL 227.57º 0.8% 0.41% -
HSV(B) 227.57º 0.89% 0.75% -
XYZ 11.02 6.71 49.43 -
YUV 60.81 200.9 99.6 -
System Red Green Blue C M Y K H S L
Decimal 21 56 190 0.89 0.71 0 0.25 227.57 0.8 0.41
Hex 15 38 BE 59 47 0 19 E4 50 29
Octal 25 70 276 131 107 0 31 344 120 51
Binary 10101 111000 10111110 1011001 1000111 0 11001 11100100 1010000 101001

Color Harmonies of #1538BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1538BE

Black with #1538BE

Text Example


Text Example

White with #1538BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1538BE; }

 p { color: rgb(21,56,190); }

 H1.HeaderClassName
 {
   color: #1538BE;
 }
 .AnyTagClassName
 {
   color: #1538BE;
 }
</style>

background-color css

<style>
 a { background-color: #1538BE; }

 a { background-color: rgb(21,56,190); }

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

border-color css

<style>
 span { border-color: #1538BE; }

 span { border-color: rgb(21,56,190); }

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