Html Css Color HEX #104CFA Navy Blue

📋 copy color: '#104CFA'

red 16 ◦ green 76 ◦ blue 250

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

Shades of Navy Blue #104CFA

Tints of Navy Blue #104CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 73.1%

R = 4.68%
G = 22.22%
B = 73.1%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#104CFA (or 0x104CFA) is known color: Navy Blue. HEX triplet: 10, 4C and FA. RGB value is (16,76,250). Sum of RGB (Red+Green+Blue) = 16+76+250=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #104CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CFA is #EFB305. Grayscale: #4D4D4D. Windows color (decimal): -15708934 or 16403472. OLE color: 16403472.

HSL color Cylindrical-coordinate representation of color #104CFA: hue angle of 224.62º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #104CFA is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 76 250 -
CMYK 0.94 0.70 0 0.02
HSL 224.62º 0.96% 0.52% -
HSV(B) 224.62º 0.94% 0.98% -
XYZ 20.05 12.18 91.74 -
YUV 77.9 225.12 83.85 -
System Red Green Blue C M Y K H S L
Decimal 16 76 250 0.94 0.70 0 0.02 224.62 0.96 0.52
Hex 10 4C FA 5E 46 0 2 E1 60 34
Octal 20 114 372 136 106 0 2 341 140 64
Binary 10000 1001100 11111010 1011110 1000110 0 10 11100001 1100000 110100

Color Harmonies of #104CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104CFA

Black with #104CFA

Text Example


Text Example

White with #104CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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