Html Css Color HEX #1030CE Persian Blue

📋 copy color: '#1030CE'

red 16 ◦ green 48 ◦ blue 206

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

Shades of Persian Blue #1030CE

Tints of Persian Blue #1030CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.3%

R = 5.93%
G = 17.78%
B = 76.3%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1030CE (or 0x1030CE) is known color: Persian Blue. HEX triplet: 10, 30 and CE. RGB value is (16,48,206). Sum of RGB (Red+Green+Blue) = 16+48+206=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #1030CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1030CE is #EFCF31. Grayscale: #373737. Windows color (decimal): -15716146 or 13512720. OLE color: 13512720.

HSL color Cylindrical-coordinate representation of color #1030CE: hue angle of 229.89º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1030CE is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 48 206 -
CMYK 0.92 0.77 0 0.19
HSL 229.89º 0.86% 0.44% -
HSV(B) 229.89º 0.92% 0.81% -
XYZ 12.41 6.68 59.03 -
YUV 56.44 212.4 99.15 -
System Red Green Blue C M Y K H S L
Decimal 16 48 206 0.92 0.77 0 0.19 229.89 0.86 0.44
Hex 10 30 CE 5C 4D 0 13 E6 56 2C
Octal 20 60 316 134 115 0 23 346 126 54
Binary 10000 110000 11001110 1011100 1001101 0 10011 11100110 1010110 101100

Color Harmonies of #1030CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1030CE

Black with #1030CE

Text Example


Text Example

White with #1030CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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