Html Css Color HEX #103BAB Egyptian Blue

📋 copy color: '#103BAB'

red 16 ◦ green 59 ◦ blue 171

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

Shades of Egyptian Blue #103BAB

Tints of Egyptian Blue #103BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 69.51%

R = 6.5%
G = 23.98%
B = 69.51%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#103BAB (or 0x103BAB) is known color: Egyptian Blue. HEX triplet: 10, 3B and AB. RGB value is (16,59,171). Sum of RGB (Red+Green+Blue) = 16+59+171=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #103BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103BAB is #EFC454. Grayscale: #3A3A3A. Windows color (decimal): -15713365 or 11221776. OLE color: 11221776.

HSL color Cylindrical-coordinate representation of color #103BAB: hue angle of 223.35º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103BAB is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 59 171 -
CMYK 0.91 0.65 0 0.33
HSL 223.35º 0.83% 0.37% -
HSV(B) 223.35º 0.91% 0.67% -
XYZ 9.13 6.18 39.24 -
YUV 58.91 191.25 97.39 -
System Red Green Blue C M Y K H S L
Decimal 16 59 171 0.91 0.65 0 0.33 223.35 0.83 0.37
Hex 10 3B AB 5B 41 0 21 DF 53 25
Octal 20 73 253 133 101 0 41 337 123 45
Binary 10000 111011 10101011 1011011 1000001 0 100001 11011111 1010011 100101

Color Harmonies of #103BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BAB

Black with #103BAB

Text Example


Text Example

White with #103BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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