Html Css Color HEX #1049FB Navy Blue

📋 copy color: '#1049FB'

red 16 ◦ green 73 ◦ blue 251

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

Shades of Navy Blue #1049FB

Tints of Navy Blue #1049FB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

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

R = 4.71%
G = 21.47%
B = 73.82%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1049FB (or 0x1049FB) is known color: Navy Blue. HEX triplet: 10, 49 and FB. RGB value is (16,73,251). Sum of RGB (Red+Green+Blue) = 16+73+251=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #1049FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1049FB is #EFB604. Grayscale: #4B4B4B. Windows color (decimal): -15709701 or 16468240. OLE color: 16468240.

HSL color Cylindrical-coordinate representation of color #1049FB: hue angle of 225.45º 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 #1049FB is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 73 251 -
CMYK 0.94 0.71 0 0.02
HSL 225.45º 0.97% 0.52% -
HSV(B) 225.45º 0.94% 0.98% -
XYZ 20.01 11.84 92.5 -
YUV 76.25 226.62 85.03 -
System Red Green Blue C M Y K H S L
Decimal 16 73 251 0.94 0.71 0 0.02 225.45 0.97 0.52
Hex 10 49 FB 5E 47 0 2 E1 61 34
Octal 20 111 373 136 107 0 2 341 141 64
Binary 10000 1001001 11111011 1011110 1000111 0 10 11100001 1100001 110100

Color Harmonies of #1049FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1049FB

Black with #1049FB

Text Example


Text Example

White with #1049FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1049FB; }

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

 H1.HeaderClassName
 {
   color: #1049FB;
 }
 .AnyTagClassName
 {
   color: #1049FB;
 }
</style>

background-color css

<style>
 a { background-color: #1049FB; }

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

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

border-color css

<style>
 span { border-color: #1049FB; }

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

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