Html Css Color HEX #1530CF Persian Blue

📋 copy color: '#1530CF'

red 21 ◦ green 48 ◦ blue 207

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

Shades of Persian Blue #1530CF

Tints of Persian Blue #1530CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 75%

R = 7.61%
G = 17.39%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1530CF (or 0x1530CF) is known color: Persian Blue. HEX triplet: 15, 30 and CF. RGB value is (21,48,207). Sum of RGB (Red+Green+Blue) = 21+48+207=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #1530CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1530CF is #EACF30. Grayscale: #393939. Windows color (decimal): -15388465 or 13578261. OLE color: 13578261.

HSL color Cylindrical-coordinate representation of color #1530CF: hue angle of 231.29º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1530CF is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 48 207 -
CMYK 0.90 0.77 0 0.19
HSL 231.29º 0.82% 0.45% -
HSV(B) 231.29º 0.9% 0.81% -
XYZ 12.63 6.78 59.67 -
YUV 58.05 212.05 101.57 -
System Red Green Blue C M Y K H S L
Decimal 21 48 207 0.90 0.77 0 0.19 231.29 0.82 0.45
Hex 15 30 CF 5A 4D 0 13 E7 52 2D
Octal 25 60 317 132 115 0 23 347 122 55
Binary 10101 110000 11001111 1011010 1001101 0 10011 11100111 1010010 101101

Color Harmonies of #1530CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1530CF

Black with #1530CF

Text Example


Text Example

White with #1530CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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