Html Css Color HEX #103DB4 Persian Blue

📋 copy color: '#103DB4'

red 16 ◦ green 61 ◦ blue 180

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

Shades of Persian Blue #103DB4

Tints of Persian Blue #103DB4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.74%

 BLUE value IS 180 (70.7% from 255) = 70.04%

R = 6.23%
G = 23.74%
B = 70.04%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#103DB4 (or 0x103DB4) is known color: Persian Blue. HEX triplet: 10, 3D and B4. RGB value is (16,61,180). Sum of RGB (Red+Green+Blue) = 16+61+180=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 180 (70.70% from 255 or 70.04% from 257); Max value from RGB is 180 - color contains mainly: blue. Hex color #103DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DB4 is #EFC24B. Grayscale: #3C3C3C. Windows color (decimal): -15712844 or 11812112. OLE color: 11812112.

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

Color convert

RGB 16 61 180 -
CMYK 0.91 0.66 0 0.29
HSL 223.54º 0.84% 0.38% -
HSV(B) 223.54º 0.91% 0.71% -
XYZ 10.12 6.74 43.95 -
YUV 61.11 195.09 95.82 -
System Red Green Blue C M Y K H S L
Decimal 16 61 180 0.91 0.66 0 0.29 223.54 0.84 0.38
Hex 10 3D B4 5B 42 0 1D E0 54 26
Octal 20 75 264 133 102 0 35 340 124 46
Binary 10000 111101 10110100 1011011 1000010 0 11101 11100000 1010100 100110

Color Harmonies of #103DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103DB4

Black with #103DB4

Text Example


Text Example

White with #103DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,61,180); }

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

background-color css

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

 a { background-color: rgb(16,61,180); }

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

border-color css

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

 span { border-color: rgb(16,61,180); }

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