Html Css Color HEX #103BEA Persian Blue

📋 copy color: '#103BEA'

red 16 ◦ green 59 ◦ blue 234

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

Shades of Persian Blue #103BEA

Tints of Persian Blue #103BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 75.73%

R = 5.18%
G = 19.09%
B = 75.73%

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

#103BEA (or 0x103BEA) is known color: Persian Blue. HEX triplet: 10, 3B and EA. RGB value is (16,59,234). Sum of RGB (Red+Green+Blue) = 16+59+234=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #103BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103BEA is #EFC415. Grayscale: #414141. Windows color (decimal): -15713302 or 15350544. OLE color: 15350544.

HSL color Cylindrical-coordinate representation of color #103BEA: hue angle of 228.17º 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 #103BEA is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 59 234 -
CMYK 0.93 0.75 0 0.08
HSL 228.17º 0.87% 0.49% -
HSV(B) 228.17º 0.93% 0.92% -
XYZ 16.63 9.18 78.74 -
YUV 66.09 222.75 92.27 -
System Red Green Blue C M Y K H S L
Decimal 16 59 234 0.93 0.75 0 0.08 228.17 0.87 0.49
Hex 10 3B EA 5D 4B 0 8 E4 57 31
Octal 20 73 352 135 113 0 10 344 127 61
Binary 10000 111011 11101010 1011101 1001011 0 1000 11100100 1010111 110001

Color Harmonies of #103BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BEA

Black with #103BEA

Text Example


Text Example

White with #103BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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