Html Css Color HEX #103CC1 Persian Blue

📋 copy color: '#103CC1'

red 16 ◦ green 60 ◦ blue 193

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

Shades of Persian Blue #103CC1

Tints of Persian Blue #103CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 71.75%

R = 5.95%
G = 22.3%
B = 71.75%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#103CC1 (or 0x103CC1) is known color: Persian Blue. HEX triplet: 10, 3C and C1. RGB value is (16,60,193). Sum of RGB (Red+Green+Blue) = 16+60+193=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 193 (75.78% from 255 or 71.75% from 269); Max value from RGB is 193 - color contains mainly: blue. Hex color #103CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103CC1 is #EFC33E. Grayscale: #3D3D3D. Windows color (decimal): -15713087 or 12663824. OLE color: 12663824.

HSL color Cylindrical-coordinate representation of color #103CC1: hue angle of 225.08º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103CC1 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 60 193 -
CMYK 0.92 0.69 0 0.24
HSL 225.08º 0.85% 0.41% -
HSV(B) 225.08º 0.92% 0.76% -
XYZ 11.46 7.19 51.24 -
YUV 62.01 201.92 95.19 -
System Red Green Blue C M Y K H S L
Decimal 16 60 193 0.92 0.69 0 0.24 225.08 0.85 0.41
Hex 10 3C C1 5C 45 0 18 E1 55 29
Octal 20 74 301 134 105 0 30 341 125 51
Binary 10000 111100 11000001 1011100 1000101 0 11000 11100001 1010101 101001

Color Harmonies of #103CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103CC1

Black with #103CC1

Text Example


Text Example

White with #103CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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