Html Css Color HEX #104AE2 Navy Blue

📋 copy color: '#104AE2'

red 16 ◦ green 74 ◦ blue 226

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

Shades of Navy Blue #104AE2

Tints of Navy Blue #104AE2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.42%

 BLUE value IS 226 (88.67% from 255) = 71.52%

R = 5.06%
G = 23.42%
B = 71.52%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#104AE2 (or 0x104AE2) is known color: Navy Blue. HEX triplet: 10, 4A and E2. RGB value is (16,74,226). Sum of RGB (Red+Green+Blue) = 16+74+226=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 226 (88.67% from 255 or 71.52% from 316); Max value from RGB is 226 - color contains mainly: blue. Hex color #104AE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104AE2 is #EFB51D. Grayscale: #494949. Windows color (decimal): -15709470 or 14830096. OLE color: 14830096.

HSL color Cylindrical-coordinate representation of color #104AE2: hue angle of 223.43º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104AE2 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 16 74 226 -
CMYK 0.93 0.67 0 0.11
HSL 223.43º 0.87% 0.47% -
HSV(B) 223.43º 0.93% 0.89% -
XYZ 16.39 10.5 73.11 -
YUV 73.99 213.78 86.64 -
System Red Green Blue C M Y K H S L
Decimal 16 74 226 0.93 0.67 0 0.11 223.43 0.87 0.47
Hex 10 4A E2 5D 43 0 B DF 57 2F
Octal 20 112 342 135 103 0 13 337 127 57
Binary 10000 1001010 11100010 1011101 1000011 0 1011 11011111 1010111 101111

Color Harmonies of #104AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104AE2

Black with #104AE2

Text Example


Text Example

White with #104AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104AE2; }

 p { color: rgb(16,74,226); }

 H1.HeaderClassName
 {
   color: #104AE2;
 }
 .AnyTagClassName
 {
   color: #104AE2;
 }
</style>

background-color css

<style>
 a { background-color: #104AE2; }

 a { background-color: rgb(16,74,226); }

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

border-color css

<style>
 span { border-color: #104AE2; }

 span { border-color: rgb(16,74,226); }

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