Html Css Color HEX #103ABA Persian Blue

📋 copy color: '#103ABA'

red 16 ◦ green 58 ◦ blue 186

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

Shades of Persian Blue #103ABA

Tints of Persian Blue #103ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 71.54%

R = 6.15%
G = 22.31%
B = 71.54%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#103ABA (or 0x103ABA) is known color: Persian Blue. HEX triplet: 10, 3A and BA. RGB value is (16,58,186). Sum of RGB (Red+Green+Blue) = 16+58+186=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #103ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103ABA is #EFC545. Grayscale: #3B3B3B. Windows color (decimal): -15713606 or 12204560. OLE color: 12204560.

HSL color Cylindrical-coordinate representation of color #103ABA: hue angle of 225.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103ABA is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 58 186 -
CMYK 0.91 0.69 0 0.27
HSL 225.18º 0.84% 0.4% -
HSV(B) 225.18º 0.91% 0.73% -
XYZ 10.59 6.68 47.19 -
YUV 60.03 199.09 96.59 -
System Red Green Blue C M Y K H S L
Decimal 16 58 186 0.91 0.69 0 0.27 225.18 0.84 0.4
Hex 10 3A BA 5B 45 0 1B E1 54 28
Octal 20 72 272 133 105 0 33 341 124 50
Binary 10000 111010 10111010 1011011 1000101 0 11011 11100001 1010100 101000

Color Harmonies of #103ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103ABA

Black with #103ABA

Text Example


Text Example

White with #103ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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