Html Css Color HEX #103CB5 Persian Blue

📋 copy color: '#103CB5'

red 16 ◦ green 60 ◦ blue 181

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

Shades of Persian Blue #103CB5

Tints of Persian Blue #103CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 70.43%

R = 6.23%
G = 23.35%
B = 70.43%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#103CB5 (or 0x103CB5) is known color: Persian Blue. HEX triplet: 10, 3C and B5. RGB value is (16,60,181). Sum of RGB (Red+Green+Blue) = 16+60+181=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 181 (71.09% from 255 or 70.43% from 257); Max value from RGB is 181 - color contains mainly: blue. Hex color #103CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103CB5 is #EFC34A. Grayscale: #3C3C3C. Windows color (decimal): -15713099 or 11877392. OLE color: 11877392.

HSL color Cylindrical-coordinate representation of color #103CB5: hue angle of 224º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103CB5 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 60 181 -
CMYK 0.91 0.67 0 0.29
HSL 224º 0.84% 0.39% -
HSV(B) 224º 0.91% 0.71% -
XYZ 10.17 6.68 44.47 -
YUV 60.64 195.92 96.16 -
System Red Green Blue C M Y K H S L
Decimal 16 60 181 0.91 0.67 0 0.29 224 0.84 0.39
Hex 10 3C B5 5B 43 0 1D E0 54 27
Octal 20 74 265 133 103 0 35 340 124 47
Binary 10000 111100 10110101 1011011 1000011 0 11101 11100000 1010100 100111

Color Harmonies of #103CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103CB5

Black with #103CB5

Text Example


Text Example

White with #103CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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