Html Css Color HEX #104AE0 Navy Blue

📋 copy color: '#104AE0'

red 16 ◦ green 74 ◦ blue 224

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

Shades of Navy Blue #104AE0

Tints of Navy Blue #104AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 71.34%

R = 5.1%
G = 23.57%
B = 71.34%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#104AE0 (or 0x104AE0) is known color: Navy Blue. HEX triplet: 10, 4A and E0. RGB value is (16,74,224). Sum of RGB (Red+Green+Blue) = 16+74+224=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 224 (87.89% from 255 or 71.34% from 314); Max value from RGB is 224 - color contains mainly: blue. Hex color #104AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104AE0 is #EFB51F. Grayscale: #494949. Windows color (decimal): -15709472 or 14699024. OLE color: 14699024.

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

Color convert

RGB 16 74 224 -
CMYK 0.93 0.67 0 0.12
HSL 223.27º 0.87% 0.47% -
HSV(B) 223.27º 0.93% 0.88% -
XYZ 16.12 10.39 71.68 -
YUV 73.76 212.78 86.8 -
System Red Green Blue C M Y K H S L
Decimal 16 74 224 0.93 0.67 0 0.12 223.27 0.87 0.47
Hex 10 4A E0 5D 43 0 C DF 57 2F
Octal 20 112 340 135 103 0 14 337 127 57
Binary 10000 1001010 11100000 1011101 1000011 0 1100 11011111 1010111 101111

Color Harmonies of #104AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104AE0

Black with #104AE0

Text Example


Text Example

White with #104AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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