Html Css Color HEX #1530CC Persian Blue

📋 copy color: '#1530CC'

red 21 ◦ green 48 ◦ blue 204

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

Shades of Persian Blue #1530CC

Tints of Persian Blue #1530CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 74.73%

R = 7.69%
G = 17.58%
B = 74.73%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1530CC (or 0x1530CC) is known color: Persian Blue. HEX triplet: 15, 30 and CC. RGB value is (21,48,204). Sum of RGB (Red+Green+Blue) = 21+48+204=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #1530CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1530CC is #EACF33. Grayscale: #393939. Windows color (decimal): -15388468 or 13381653. OLE color: 13381653.

HSL color Cylindrical-coordinate representation of color #1530CC: hue angle of 231.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1530CC is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 48 204 -
CMYK 0.90 0.76 0 0.2
HSL 231.15º 0.81% 0.44% -
HSV(B) 231.15º 0.9% 0.8% -
XYZ 12.27 6.63 57.76 -
YUV 57.71 210.55 101.82 -
System Red Green Blue C M Y K H S L
Decimal 21 48 204 0.90 0.76 0 0.2 231.15 0.81 0.44
Hex 15 30 CC 5A 4C 0 14 E7 51 2C
Octal 25 60 314 132 114 0 24 347 121 54
Binary 10101 110000 11001100 1011010 1001100 0 10100 11100111 1010001 101100

Color Harmonies of #1530CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1530CC

Black with #1530CC

Text Example


Text Example

White with #1530CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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