Html Css Color HEX #104CE6 Navy Blue

📋 copy color: '#104CE6'

red 16 ◦ green 76 ◦ blue 230

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

Shades of Navy Blue #104CE6

Tints of Navy Blue #104CE6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.6%

 BLUE value IS 230 (90.23% from 255) = 71.43%

R = 4.97%
G = 23.6%
B = 71.43%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#104CE6 (or 0x104CE6) is known color: Navy Blue. HEX triplet: 10, 4C and E6. RGB value is (16,76,230). Sum of RGB (Red+Green+Blue) = 16+76+230=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 230 (90.23% from 255 or 71.43% from 322); Max value from RGB is 230 - color contains mainly: blue. Hex color #104CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CE6 is #EFB319. Grayscale: #4A4A4A. Windows color (decimal): -15708954 or 15092752. OLE color: 15092752.

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

Color convert

RGB 16 76 230 -
CMYK 0.93 0.67 0 0.10
HSL 223.18º 0.87% 0.48% -
HSV(B) 223.18º 0.93% 0.9% -
XYZ 17.08 10.99 76.08 -
YUV 75.62 215.12 85.48 -
System Red Green Blue C M Y K H S L
Decimal 16 76 230 0.93 0.67 0 0.10 223.18 0.87 0.48
Hex 10 4C E6 5D 43 0 A DF 57 30
Octal 20 114 346 135 103 0 12 337 127 60
Binary 10000 1001100 11100110 1011101 1000011 0 1010 11011111 1010111 110000

Color Harmonies of #104CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104CE6

Black with #104CE6

Text Example


Text Example

White with #104CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,76,230); }

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

background-color css

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

 a { background-color: rgb(16,76,230); }

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

border-color css

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

 span { border-color: rgb(16,76,230); }

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