Html Css Color HEX #103CBD Persian Blue

📋 copy color: '#103CBD'

red 16 ◦ green 60 ◦ blue 189

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

Shades of Persian Blue #103CBD

Tints of Persian Blue #103CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 71.32%

R = 6.04%
G = 22.64%
B = 71.32%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#103CBD (or 0x103CBD) is known color: Persian Blue. HEX triplet: 10, 3C and BD. RGB value is (16,60,189). Sum of RGB (Red+Green+Blue) = 16+60+189=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #103CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103CBD is #EFC342. Grayscale: #3C3C3C. Windows color (decimal): -15713091 or 12401680. OLE color: 12401680.

HSL color Cylindrical-coordinate representation of color #103CBD: hue angle of 224.74º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103CBD is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 60 189 -
CMYK 0.92 0.68 0 0.26
HSL 224.74º 0.84% 0.4% -
HSV(B) 224.74º 0.92% 0.74% -
XYZ 11.01 7.02 48.92 -
YUV 61.55 199.92 95.51 -
System Red Green Blue C M Y K H S L
Decimal 16 60 189 0.92 0.68 0 0.26 224.74 0.84 0.4
Hex 10 3C BD 5C 44 0 1A E1 54 28
Octal 20 74 275 134 104 0 32 341 124 50
Binary 10000 111100 10111101 1011100 1000100 0 11010 11100001 1010100 101000

Color Harmonies of #103CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103CBD

Black with #103CBD

Text Example


Text Example

White with #103CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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