Html Css Color HEX #1035CE Persian Blue

📋 copy color: '#1035CE'

red 16 ◦ green 53 ◦ blue 206

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

Shades of Persian Blue #1035CE

Tints of Persian Blue #1035CE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

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

R = 5.82%
G = 19.27%
B = 74.91%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1035CE (or 0x1035CE) is known color: Persian Blue. HEX triplet: 10, 35 and CE. RGB value is (16,53,206). Sum of RGB (Red+Green+Blue) = 16+53+206=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #1035CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1035CE is #EFCA31. Grayscale: #3A3A3A. Windows color (decimal): -15714866 or 13514000. OLE color: 13514000.

HSL color Cylindrical-coordinate representation of color #1035CE: hue angle of 228.32º 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 #1035CE is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 53 206 -
CMYK 0.92 0.74 0 0.19
HSL 228.32º 0.86% 0.44% -
HSV(B) 228.32º 0.92% 0.81% -
XYZ 12.63 7.11 59.1 -
YUV 59.38 210.74 97.06 -
System Red Green Blue C M Y K H S L
Decimal 16 53 206 0.92 0.74 0 0.19 228.32 0.86 0.44
Hex 10 35 CE 5C 4A 0 13 E4 56 2C
Octal 20 65 316 134 112 0 23 344 126 54
Binary 10000 110101 11001110 1011100 1001010 0 10011 11100100 1010110 101100

Color Harmonies of #1035CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1035CE

Black with #1035CE

Text Example


Text Example

White with #1035CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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