Html Css Color HEX #103BDD Persian Blue

📋 copy color: '#103BDD'

red 16 ◦ green 59 ◦ blue 221

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

Shades of Persian Blue #103BDD

Tints of Persian Blue #103BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.66%

R = 5.41%
G = 19.93%
B = 74.66%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#103BDD (or 0x103BDD) is known color: Persian Blue. HEX triplet: 10, 3B and DD. RGB value is (16,59,221). Sum of RGB (Red+Green+Blue) = 16+59+221=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #103BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BDD is #EFC422. Grayscale: #3F3F3F. Windows color (decimal): -15713315 or 14498576. OLE color: 14498576.

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

Color convert

RGB 16 59 221 -
CMYK 0.93 0.73 0 0.13
HSL 227.41º 0.86% 0.46% -
HSV(B) 227.41º 0.93% 0.87% -
XYZ 14.83 8.46 69.26 -
YUV 64.61 216.25 93.33 -
System Red Green Blue C M Y K H S L
Decimal 16 59 221 0.93 0.73 0 0.13 227.41 0.86 0.46
Hex 10 3B DD 5D 49 0 D E3 56 2E
Octal 20 73 335 135 111 0 15 343 126 56
Binary 10000 111011 11011101 1011101 1001001 0 1101 11100011 1010110 101110

Color Harmonies of #103BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BDD

Black with #103BDD

Text Example


Text Example

White with #103BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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