Html Css Color HEX #103FBE Persian Blue

📋 copy color: '#103FBE'

red 16 ◦ green 63 ◦ blue 190

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

Shades of Persian Blue #103FBE

Tints of Persian Blue #103FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 23.42%

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

R = 5.95%
G = 23.42%
B = 70.63%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#103FBE (or 0x103FBE) is known color: Persian Blue. HEX triplet: 10, 3F and BE. RGB value is (16,63,190). Sum of RGB (Red+Green+Blue) = 16+63+190=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #103FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FBE is #EFC041. Grayscale: #3E3E3E. Windows color (decimal): -15712322 or 12467984. OLE color: 12467984.

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

Color convert

RGB 16 63 190 -
CMYK 0.92 0.67 0 0.25
HSL 223.79º 0.84% 0.4% -
HSV(B) 223.79º 0.92% 0.75% -
XYZ 11.29 7.38 49.55 -
YUV 63.43 199.43 94.17 -
System Red Green Blue C M Y K H S L
Decimal 16 63 190 0.92 0.67 0 0.25 223.79 0.84 0.4
Hex 10 3F BE 5C 43 0 19 E0 54 28
Octal 20 77 276 134 103 0 31 340 124 50
Binary 10000 111111 10111110 1011100 1000011 0 11001 11100000 1010100 101000

Color Harmonies of #103FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103FBE

Black with #103FBE

Text Example


Text Example

White with #103FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103FBE; }

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

 H1.HeaderClassName
 {
   color: #103FBE;
 }
 .AnyTagClassName
 {
   color: #103FBE;
 }
</style>

background-color css

<style>
 a { background-color: #103FBE; }

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

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

border-color css

<style>
 span { border-color: #103FBE; }

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

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