Html Css Color HEX #104CFB Navy Blue

📋 copy color: '#104CFB'

red 16 ◦ green 76 ◦ blue 251

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

Shades of Navy Blue #104CFB

Tints of Navy Blue #104CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 73.18%

R = 4.66%
G = 22.16%
B = 73.18%

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

#104CFB (or 0x104CFB) is known color: Navy Blue. HEX triplet: 10, 4C and FB. RGB value is (16,76,251). Sum of RGB (Red+Green+Blue) = 16+76+251=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #104CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CFB is #EFB304. Grayscale: #4D4D4D. Windows color (decimal): -15708933 or 16469008. OLE color: 16469008.

HSL color Cylindrical-coordinate representation of color #104CFB: hue angle of 224.68º degrees, saturation: 0.97, 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 #104CFB is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 76 251 -
CMYK 0.94 0.70 0 0.02
HSL 224.68º 0.97% 0.52% -
HSV(B) 224.68º 0.94% 0.98% -
XYZ 20.21 12.24 92.56 -
YUV 78.01 225.62 83.77 -
System Red Green Blue C M Y K H S L
Decimal 16 76 251 0.94 0.70 0 0.02 224.68 0.97 0.52
Hex 10 4C FB 5E 46 0 2 E1 61 34
Octal 20 114 373 136 106 0 2 341 141 64
Binary 10000 1001100 11111011 1011110 1000110 0 10 11100001 1100001 110100

Color Harmonies of #104CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104CFB

Black with #104CFB

Text Example


Text Example

White with #104CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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