Html Css Color HEX #103DC1 Persian Blue

📋 copy color: '#103DC1'

red 16 ◦ green 61 ◦ blue 193

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

Shades of Persian Blue #103DC1

Tints of Persian Blue #103DC1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.59%

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

R = 5.93%
G = 22.59%
B = 71.48%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#103DC1 (or 0x103DC1) is known color: Persian Blue. HEX triplet: 10, 3D and C1. RGB value is (16,61,193). Sum of RGB (Red+Green+Blue) = 16+61+193=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 193 (75.78% from 255 or 71.48% from 270); Max value from RGB is 193 - color contains mainly: blue. Hex color #103DC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DC1 is #EFC23E. Grayscale: #3E3E3E. Windows color (decimal): -15712831 or 12664080. OLE color: 12664080.

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

Color convert

RGB 16 61 193 -
CMYK 0.92 0.68 0 0.24
HSL 224.75º 0.85% 0.41% -
HSV(B) 224.75º 0.92% 0.76% -
XYZ 11.51 7.3 51.25 -
YUV 62.59 201.59 94.77 -
System Red Green Blue C M Y K H S L
Decimal 16 61 193 0.92 0.68 0 0.24 224.75 0.85 0.41
Hex 10 3D C1 5C 44 0 18 E1 55 29
Octal 20 75 301 134 104 0 30 341 125 51
Binary 10000 111101 11000001 1011100 1000100 0 11000 11100001 1010101 101001

Color Harmonies of #103DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103DC1

Black with #103DC1

Text Example


Text Example

White with #103DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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