Html Css Color HEX #1533BC Persian Blue

📋 copy color: '#1533BC'

red 21 ◦ green 51 ◦ blue 188

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

Shades of Persian Blue #1533BC

Tints of Persian Blue #1533BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 188 (73.83% from 255) = 72.31%

R = 8.08%
G = 19.62%
B = 72.31%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1533BC (or 0x1533BC) is known color: Persian Blue. HEX triplet: 15, 33 and BC. RGB value is (21,51,188). Sum of RGB (Red+Green+Blue) = 21+51+188=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #1533BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1533BC is #EACC43. Grayscale: #393939. Windows color (decimal): -15387716 or 12333845. OLE color: 12333845.

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

Color convert

RGB 21 51 188 -
CMYK 0.89 0.73 0 0.26
HSL 229.22º 0.8% 0.41% -
HSV(B) 229.22º 0.89% 0.74% -
XYZ 10.57 6.16 48.21 -
YUV 57.65 201.56 101.86 -
System Red Green Blue C M Y K H S L
Decimal 21 51 188 0.89 0.73 0 0.26 229.22 0.8 0.41
Hex 15 33 BC 59 49 0 1A E5 50 29
Octal 25 63 274 131 111 0 32 345 120 51
Binary 10101 110011 10111100 1011001 1001001 0 11010 11100101 1010000 101001

Color Harmonies of #1533BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1533BC

Black with #1533BC

Text Example


Text Example

White with #1533BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1533BC; }

 p { color: rgb(21,51,188); }

 H1.HeaderClassName
 {
   color: #1533BC;
 }
 .AnyTagClassName
 {
   color: #1533BC;
 }
</style>

background-color css

<style>
 a { background-color: #1533BC; }

 a { background-color: rgb(21,51,188); }

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

border-color css

<style>
 span { border-color: #1533BC; }

 span { border-color: rgb(21,51,188); }

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