Html Css Color HEX #103CC3 Persian Blue

📋 copy color: '#103CC3'

red 16 ◦ green 60 ◦ blue 195

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

Shades of Persian Blue #103CC3

Tints of Persian Blue #103CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 71.96%

R = 5.9%
G = 22.14%
B = 71.96%

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

#103CC3 (or 0x103CC3) is known color: Persian Blue. HEX triplet: 10, 3C and C3. RGB value is (16,60,195). Sum of RGB (Red+Green+Blue) = 16+60+195=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 195 (76.56% from 255 or 71.96% from 271); Max value from RGB is 195 - color contains mainly: blue. Hex color #103CC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103CC3 is #EFC33C. Grayscale: #3D3D3D. Windows color (decimal): -15713085 or 12794896. OLE color: 12794896.

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

Color convert

RGB 16 60 195 -
CMYK 0.92 0.69 0 0.24
HSL 225.25º 0.85% 0.41% -
HSV(B) 225.25º 0.92% 0.76% -
XYZ 11.68 7.28 52.42 -
YUV 62.23 202.92 95.02 -
System Red Green Blue C M Y K H S L
Decimal 16 60 195 0.92 0.69 0 0.24 225.25 0.85 0.41
Hex 10 3C C3 5C 45 0 18 E1 55 29
Octal 20 74 303 134 105 0 30 341 125 51
Binary 10000 111100 11000011 1011100 1000101 0 11000 11100001 1010101 101001

Color Harmonies of #103CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103CC3

Black with #103CC3

Text Example


Text Example

White with #103CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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