Html Css Color HEX #1530BB Persian Blue

📋 copy color: '#1530BB'

red 21 ◦ green 48 ◦ blue 187

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

Shades of Persian Blue #1530BB

Tints of Persian Blue #1530BB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

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

R = 8.2%
G = 18.75%
B = 73.05%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1530BB (or 0x1530BB) is known color: Persian Blue. HEX triplet: 15, 30 and BB. RGB value is (21,48,187). Sum of RGB (Red+Green+Blue) = 21+48+187=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #1530BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1530BB is #EACF44. Grayscale: #373737. Windows color (decimal): -15388485 or 12267541. OLE color: 12267541.

HSL color Cylindrical-coordinate representation of color #1530BB: hue angle of 230.24º 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 #1530BB is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 48 187 -
CMYK 0.89 0.74 0 0.27
HSL 230.24º 0.8% 0.41% -
HSV(B) 230.24º 0.89% 0.73% -
XYZ 10.34 5.86 47.6 -
YUV 55.77 202.05 103.2 -
System Red Green Blue C M Y K H S L
Decimal 21 48 187 0.89 0.74 0 0.27 230.24 0.8 0.41
Hex 15 30 BB 59 4A 0 1B E6 50 29
Octal 25 60 273 131 112 0 33 346 120 51
Binary 10101 110000 10111011 1011001 1001010 0 11011 11100110 1010000 101001

Color Harmonies of #1530BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1530BB

Black with #1530BB

Text Example


Text Example

White with #1530BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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