Html Css Color HEX #103CEA Persian Blue

📋 copy color: '#103CEA'

red 16 ◦ green 60 ◦ blue 234

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

Shades of Persian Blue #103CEA

Tints of Persian Blue #103CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.35%

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

R = 5.16%
G = 19.35%
B = 75.48%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#103CEA (or 0x103CEA) is known color: Persian Blue. HEX triplet: 10, 3C and EA. RGB value is (16,60,234). Sum of RGB (Red+Green+Blue) = 16+60+234=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 234 (91.80% from 255 or 75.48% from 310); Max value from RGB is 234 - color contains mainly: blue. Hex color #103CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103CEA is #EFC315. Grayscale: #414141. Windows color (decimal): -15713046 or 15350800. OLE color: 15350800.

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

Color convert

RGB 16 60 234 -
CMYK 0.93 0.74 0 0.08
HSL 227.89º 0.87% 0.49% -
HSV(B) 227.89º 0.93% 0.92% -
XYZ 16.68 9.28 78.75 -
YUV 66.68 222.42 91.85 -
System Red Green Blue C M Y K H S L
Decimal 16 60 234 0.93 0.74 0 0.08 227.89 0.87 0.49
Hex 10 3C EA 5D 4A 0 8 E4 57 31
Octal 20 74 352 135 112 0 10 344 127 61
Binary 10000 111100 11101010 1011101 1001010 0 1000 11100100 1010111 110001

Color Harmonies of #103CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103CEA

Black with #103CEA

Text Example


Text Example

White with #103CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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