Html Css Color HEX #103CBE Persian Blue

📋 copy color: '#103CBE'

red 16 ◦ green 60 ◦ blue 190

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

Shades of Persian Blue #103CBE

Tints of Persian Blue #103CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

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

R = 6.02%
G = 22.56%
B = 71.43%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#103CBE (or 0x103CBE) is known color: Persian Blue. HEX triplet: 10, 3C and BE. RGB value is (16,60,190). Sum of RGB (Red+Green+Blue) = 16+60+190=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #103CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103CBE is #EFC341. Grayscale: #3D3D3D. Windows color (decimal): -15713090 or 12467216. OLE color: 12467216.

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

Color convert

RGB 16 60 190 -
CMYK 0.92 0.68 0 0.25
HSL 224.83º 0.84% 0.4% -
HSV(B) 224.83º 0.92% 0.75% -
XYZ 11.12 7.06 49.49 -
YUV 61.66 200.42 95.43 -
System Red Green Blue C M Y K H S L
Decimal 16 60 190 0.92 0.68 0 0.25 224.83 0.84 0.4
Hex 10 3C BE 5C 44 0 19 E1 54 28
Octal 20 74 276 134 104 0 31 341 124 50
Binary 10000 111100 10111110 1011100 1000100 0 11001 11100001 1010100 101000

Color Harmonies of #103CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103CBE

Black with #103CBE

Text Example


Text Example

White with #103CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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