Html Css Color HEX #103BDC Persian Blue

📋 copy color: '#103BDC'

red 16 ◦ green 59 ◦ blue 220

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

Shades of Persian Blue #103BDC

Tints of Persian Blue #103BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20%

 BLUE value IS 220 (86.33% from 255) = 74.58%

R = 5.42%
G = 20%
B = 74.58%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#103BDC (or 0x103BDC) is known color: Persian Blue. HEX triplet: 10, 3B and DC. RGB value is (16,59,220). Sum of RGB (Red+Green+Blue) = 16+59+220=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #103BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BDC is #EFC423. Grayscale: #3F3F3F. Windows color (decimal): -15713316 or 14433040. OLE color: 14433040.

HSL color Cylindrical-coordinate representation of color #103BDC: hue angle of 227.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103BDC is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 59 220 -
CMYK 0.93 0.73 0 0.14
HSL 227.35º 0.86% 0.46% -
HSV(B) 227.35º 0.93% 0.86% -
XYZ 14.7 8.41 68.56 -
YUV 64.5 215.75 93.41 -
System Red Green Blue C M Y K H S L
Decimal 16 59 220 0.93 0.73 0 0.14 227.35 0.86 0.46
Hex 10 3B DC 5D 49 0 E E3 56 2E
Octal 20 73 334 135 111 0 16 343 126 56
Binary 10000 111011 11011100 1011101 1001001 0 1110 11100011 1010110 101110

Color Harmonies of #103BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BDC

Black with #103BDC

Text Example


Text Example

White with #103BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,59,220); }

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

background-color css

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

 a { background-color: rgb(16,59,220); }

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

border-color css

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

 span { border-color: rgb(16,59,220); }

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