Html Css Color HEX #1039ED Persian Blue

📋 copy color: '#1039ED'

red 16 ◦ green 57 ◦ blue 237

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

Shades of Persian Blue #1039ED

Tints of Persian Blue #1039ED

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.39%

 BLUE value IS 237 (92.97% from 255) = 76.45%

R = 5.16%
G = 18.39%
B = 76.45%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1039ED (or 0x1039ED) is known color: Persian Blue. HEX triplet: 10, 39 and ED. RGB value is (16,57,237). Sum of RGB (Red+Green+Blue) = 16+57+237=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 237 (92.97% from 255 or 76.45% from 310); Max value from RGB is 237 - color contains mainly: blue. Hex color #1039ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1039ED is #EFC612. Grayscale: #404040. Windows color (decimal): -15713811 or 15546640. OLE color: 15546640.

HSL color Cylindrical-coordinate representation of color #1039ED: hue angle of 228.87º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1039ED is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 57 237 -
CMYK 0.93 0.76 0 0.07
HSL 228.87º 0.87% 0.5% -
HSV(B) 228.87º 0.93% 0.93% -
XYZ 16.96 9.15 80.99 -
YUV 65.26 224.92 92.86 -
System Red Green Blue C M Y K H S L
Decimal 16 57 237 0.93 0.76 0 0.07 228.87 0.87 0.5
Hex 10 39 ED 5D 4C 0 7 E5 57 32
Octal 20 71 355 135 114 0 7 345 127 62
Binary 10000 111001 11101101 1011101 1001100 0 111 11100101 1010111 110010

Color Harmonies of #1039ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1039ED

Black with #1039ED

Text Example


Text Example

White with #1039ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1039ED; }

 p { color: rgb(16,57,237); }

 H1.HeaderClassName
 {
   color: #1039ED;
 }
 .AnyTagClassName
 {
   color: #1039ED;
 }
</style>

background-color css

<style>
 a { background-color: #1039ED; }

 a { background-color: rgb(16,57,237); }

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

border-color css

<style>
 span { border-color: #1039ED; }

 span { border-color: rgb(16,57,237); }

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