Html Css Color HEX #1030BE Persian Blue

📋 copy color: '#1030BE'

red 16 ◦ green 48 ◦ blue 190

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

Shades of Persian Blue #1030BE

Tints of Persian Blue #1030BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.8%

R = 6.3%
G = 18.9%
B = 74.8%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1030BE (or 0x1030BE) is known color: Persian Blue. HEX triplet: 10, 30 and BE. RGB value is (16,48,190). Sum of RGB (Red+Green+Blue) = 16+48+190=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #1030BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1030BE is #EFCF41. Grayscale: #363636. Windows color (decimal): -15716162 or 12464144. OLE color: 12464144.

HSL color Cylindrical-coordinate representation of color #1030BE: hue angle of 228.97º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1030BE is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 48 190 -
CMYK 0.92 0.75 0 0.25
HSL 228.97º 0.84% 0.4% -
HSV(B) 228.97º 0.92% 0.75% -
XYZ 10.56 5.94 49.31 -
YUV 54.62 204.4 100.45 -
System Red Green Blue C M Y K H S L
Decimal 16 48 190 0.92 0.75 0 0.25 228.97 0.84 0.4
Hex 10 30 BE 5C 4B 0 19 E5 54 28
Octal 20 60 276 134 113 0 31 345 124 50
Binary 10000 110000 10111110 1011100 1001011 0 11001 11100101 1010100 101000

Color Harmonies of #1030BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1030BE

Black with #1030BE

Text Example


Text Example

White with #1030BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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