Html Css Color HEX #1036BE Persian Blue

📋 copy color: '#1036BE'

red 16 ◦ green 54 ◦ blue 190

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

Shades of Persian Blue #1036BE

Tints of Persian Blue #1036BE

RGB

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

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

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

R = 6.15%
G = 20.77%
B = 73.08%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1036BE (or 0x1036BE) is known color: Persian Blue. HEX triplet: 10, 36 and BE. RGB value is (16,54,190). Sum of RGB (Red+Green+Blue) = 16+54+190=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #1036BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1036BE is #EFC941. Grayscale: #393939. Windows color (decimal): -15714626 or 12465680. OLE color: 12465680.

HSL color Cylindrical-coordinate representation of color #1036BE: hue angle of 226.9º 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 #1036BE is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 54 190 -
CMYK 0.92 0.72 0 0.25
HSL 226.9º 0.84% 0.4% -
HSV(B) 226.9º 0.92% 0.75% -
XYZ 10.83 6.47 49.39 -
YUV 58.14 202.41 97.94 -
System Red Green Blue C M Y K H S L
Decimal 16 54 190 0.92 0.72 0 0.25 226.9 0.84 0.4
Hex 10 36 BE 5C 48 0 19 E3 54 28
Octal 20 66 276 134 110 0 31 343 124 50
Binary 10000 110110 10111110 1011100 1001000 0 11001 11100011 1010100 101000

Color Harmonies of #1036BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1036BE

Black with #1036BE

Text Example


Text Example

White with #1036BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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