Html Css Color HEX #1037BE Persian Blue

📋 copy color: '#1037BE'

red 16 ◦ green 55 ◦ blue 190

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

Shades of Persian Blue #1037BE

Tints of Persian Blue #1037BE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

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

R = 6.13%
G = 21.07%
B = 72.8%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1037BE (or 0x1037BE) is known color: Persian Blue. HEX triplet: 10, 37 and BE. RGB value is (16,55,190). Sum of RGB (Red+Green+Blue) = 16+55+190=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #1037BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1037BE is #EFC841. Grayscale: #3A3A3A. Windows color (decimal): -15714370 or 12465936. OLE color: 12465936.

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

Color convert

RGB 16 55 190 -
CMYK 0.92 0.71 0 0.25
HSL 226.55º 0.84% 0.4% -
HSV(B) 226.55º 0.92% 0.75% -
XYZ 10.87 6.56 49.41 -
YUV 58.73 202.08 97.52 -
System Red Green Blue C M Y K H S L
Decimal 16 55 190 0.92 0.71 0 0.25 226.55 0.84 0.4
Hex 10 37 BE 5C 47 0 19 E3 54 28
Octal 20 67 276 134 107 0 31 343 124 50
Binary 10000 110111 10111110 1011100 1000111 0 11001 11100011 1010100 101000

Color Harmonies of #1037BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1037BE

Black with #1037BE

Text Example


Text Example

White with #1037BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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