Html Css Color HEX #1534BB Persian Blue

📋 copy color: '#1534BB'

red 21 ◦ green 52 ◦ blue 187

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

Shades of Persian Blue #1534BB

Tints of Persian Blue #1534BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 71.92%

R = 8.08%
G = 20%
B = 71.92%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1534BB (or 0x1534BB) is known color: Persian Blue. HEX triplet: 15, 34 and BB. RGB value is (21,52,187). Sum of RGB (Red+Green+Blue) = 21+52+187=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #1534BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1534BB is #EACB44. Grayscale: #393939. Windows color (decimal): -15387461 or 12268565. OLE color: 12268565.

HSL color Cylindrical-coordinate representation of color #1534BB: hue angle of 228.8º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1534BB is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 52 187 -
CMYK 0.89 0.72 0 0.27
HSL 228.8º 0.8% 0.41% -
HSV(B) 228.8º 0.89% 0.73% -
XYZ 10.51 6.2 47.66 -
YUV 58.12 200.73 101.52 -
System Red Green Blue C M Y K H S L
Decimal 21 52 187 0.89 0.72 0 0.27 228.8 0.8 0.41
Hex 15 34 BB 59 48 0 1B E5 50 29
Octal 25 64 273 131 110 0 33 345 120 51
Binary 10101 110100 10111011 1011001 1001000 0 11011 11100101 1010000 101001

Color Harmonies of #1534BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1534BB

Black with #1534BB

Text Example


Text Example

White with #1534BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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