Html Css Color HEX #103ABF Persian Blue

📋 copy color: '#103ABF'

red 16 ◦ green 58 ◦ blue 191

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

Shades of Persian Blue #103ABF

Tints of Persian Blue #103ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.89%

 BLUE value IS 191 (75% from 255) = 72.08%

R = 6.04%
G = 21.89%
B = 72.08%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#103ABF (or 0x103ABF) is known color: Persian Blue. HEX triplet: 10, 3A and BF. RGB value is (16,58,191). Sum of RGB (Red+Green+Blue) = 16+58+191=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #103ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103ABF is #EFC540. Grayscale: #3C3C3C. Windows color (decimal): -15713601 or 12532240. OLE color: 12532240.

HSL color Cylindrical-coordinate representation of color #103ABF: hue angle of 225.6º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103ABF is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 58 191 -
CMYK 0.92 0.70 0 0.25
HSL 225.6º 0.85% 0.41% -
HSV(B) 225.6º 0.92% 0.75% -
XYZ 11.13 6.9 50.03 -
YUV 60.6 201.59 96.19 -
System Red Green Blue C M Y K H S L
Decimal 16 58 191 0.92 0.70 0 0.25 225.6 0.85 0.41
Hex 10 3A BF 5C 46 0 19 E2 55 29
Octal 20 72 277 134 106 0 31 342 125 51
Binary 10000 111010 10111111 1011100 1000110 0 11001 11100010 1010101 101001

Color Harmonies of #103ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103ABF

Black with #103ABF

Text Example


Text Example

White with #103ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,58,191); }

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

background-color css

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

 a { background-color: rgb(16,58,191); }

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

border-color css

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

 span { border-color: rgb(16,58,191); }

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