Html Css Color HEX #1036CD Persian Blue

📋 copy color: '#1036CD'

red 16 ◦ green 54 ◦ blue 205

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

Shades of Persian Blue #1036CD

Tints of Persian Blue #1036CD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.64%

 BLUE value IS 205 (80.47% from 255) = 74.55%

R = 5.82%
G = 19.64%
B = 74.55%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1036CD (or 0x1036CD) is known color: Persian Blue. HEX triplet: 10, 36 and CD. RGB value is (16,54,205). Sum of RGB (Red+Green+Blue) = 16+54+205=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #1036CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1036CD is #EFC932. Grayscale: #3B3B3B. Windows color (decimal): -15714611 or 13448720. OLE color: 13448720.

HSL color Cylindrical-coordinate representation of color #1036CD: hue angle of 227.94º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1036CD is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 54 205 -
CMYK 0.92 0.74 0 0.20
HSL 227.94º 0.86% 0.43% -
HSV(B) 227.94º 0.92% 0.8% -
XYZ 12.55 7.16 58.48 -
YUV 59.85 209.91 96.72 -
System Red Green Blue C M Y K H S L
Decimal 16 54 205 0.92 0.74 0 0.20 227.94 0.86 0.43
Hex 10 36 CD 5C 4A 0 14 E4 56 2B
Octal 20 66 315 134 112 0 24 344 126 53
Binary 10000 110110 11001101 1011100 1001010 0 10100 11100100 1010110 101011

Color Harmonies of #1036CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1036CD

Black with #1036CD

Text Example


Text Example

White with #1036CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1036CD; }

 p { color: rgb(16,54,205); }

 H1.HeaderClassName
 {
   color: #1036CD;
 }
 .AnyTagClassName
 {
   color: #1036CD;
 }
</style>

background-color css

<style>
 a { background-color: #1036CD; }

 a { background-color: rgb(16,54,205); }

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

border-color css

<style>
 span { border-color: #1036CD; }

 span { border-color: rgb(16,54,205); }

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