Html Css Color HEX #103BEB Persian Blue

📋 copy color: '#103BEB'

red 16 ◦ green 59 ◦ blue 235

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

Shades of Persian Blue #103BEB

Tints of Persian Blue #103BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 75.81%

R = 5.16%
G = 19.03%
B = 75.81%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#103BEB (or 0x103BEB) is known color: Persian Blue. HEX triplet: 10, 3B and EB. RGB value is (16,59,235). Sum of RGB (Red+Green+Blue) = 16+59+235=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 235 (92.19% from 255 or 75.81% from 310); Max value from RGB is 235 - color contains mainly: blue. Hex color #103BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103BEB is #EFC414. Grayscale: #414141. Windows color (decimal): -15713301 or 15416080. OLE color: 15416080.

HSL color Cylindrical-coordinate representation of color #103BEB: hue angle of 228.22º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103BEB is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 59 235 -
CMYK 0.93 0.75 0 0.08
HSL 228.22º 0.87% 0.49% -
HSV(B) 228.22º 0.93% 0.92% -
XYZ 16.77 9.24 79.5 -
YUV 66.21 223.25 92.19 -
System Red Green Blue C M Y K H S L
Decimal 16 59 235 0.93 0.75 0 0.08 228.22 0.87 0.49
Hex 10 3B EB 5D 4B 0 8 E4 57 31
Octal 20 73 353 135 113 0 10 344 127 61
Binary 10000 111011 11101011 1011101 1001011 0 1000 11100100 1010111 110001

Color Harmonies of #103BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BEB

Black with #103BEB

Text Example


Text Example

White with #103BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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