Html Css Color HEX #103BBD Persian Blue

📋 copy color: '#103BBD'

red 16 ◦ green 59 ◦ blue 189

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

Shades of Persian Blue #103BBD

Tints of Persian Blue #103BBD

RGB

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

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

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

R = 6.06%
G = 22.35%
B = 71.59%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#103BBD (or 0x103BBD) is known color: Persian Blue. HEX triplet: 10, 3B and BD. RGB value is (16,59,189). Sum of RGB (Red+Green+Blue) = 16+59+189=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #103BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BBD is #EFC442. Grayscale: #3C3C3C. Windows color (decimal): -15713347 or 12401424. OLE color: 12401424.

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

Color convert

RGB 16 59 189 -
CMYK 0.92 0.69 0 0.26
HSL 225.09º 0.84% 0.4% -
HSV(B) 225.09º 0.92% 0.74% -
XYZ 10.96 6.91 48.9 -
YUV 60.96 200.25 95.93 -
System Red Green Blue C M Y K H S L
Decimal 16 59 189 0.92 0.69 0 0.26 225.09 0.84 0.4
Hex 10 3B BD 5C 45 0 1A E1 54 28
Octal 20 73 275 134 105 0 32 341 124 50
Binary 10000 111011 10111101 1011100 1000101 0 11010 11100001 1010100 101000

Color Harmonies of #103BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BBD

Black with #103BBD

Text Example


Text Example

White with #103BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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