Html Css Color HEX #1030EF Persian Blue

📋 copy color: '#1030EF'

red 16 ◦ green 48 ◦ blue 239

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

Shades of Persian Blue #1030EF

Tints of Persian Blue #1030EF

RGB

 RED value IS 16 (6.64% from 255) = 5.28%

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

 BLUE value IS 239 (93.75% from 255) = 78.88%

R = 5.28%
G = 15.84%
B = 78.88%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1030EF (or 0x1030EF) is known color: Persian Blue. HEX triplet: 10, 30 and EF. RGB value is (16,48,239). Sum of RGB (Red+Green+Blue) = 16+48+239=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 239 (93.75% from 255 or 78.88% from 303); Max value from RGB is 239 - color contains mainly: blue. Hex color #1030EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1030EF is #EFCF10. Grayscale: #3B3B3B. Windows color (decimal): -15716113 or 15675408. OLE color: 15675408.

HSL color Cylindrical-coordinate representation of color #1030EF: hue angle of 231.39º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1030EF is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 48 239 -
CMYK 0.93 0.80 0 0.06
HSL 231.39º 0.87% 0.5% -
HSV(B) 231.39º 0.93% 0.94% -
XYZ 16.85 8.46 82.41 -
YUV 60.21 228.9 96.47 -
System Red Green Blue C M Y K H S L
Decimal 16 48 239 0.93 0.80 0 0.06 231.39 0.87 0.5
Hex 10 30 EF 5D 50 0 6 E7 57 32
Octal 20 60 357 135 120 0 6 347 127 62
Binary 10000 110000 11101111 1011101 1010000 0 110 11100111 1010111 110010

Color Harmonies of #1030EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1030EF

Black with #1030EF

Text Example


Text Example

White with #1030EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1030EF; }

 p { color: rgb(16,48,239); }

 H1.HeaderClassName
 {
   color: #1030EF;
 }
 .AnyTagClassName
 {
   color: #1030EF;
 }
</style>

background-color css

<style>
 a { background-color: #1030EF; }

 a { background-color: rgb(16,48,239); }

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

border-color css

<style>
 span { border-color: #1030EF; }

 span { border-color: rgb(16,48,239); }

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