Html Css Color HEX #1050FC Navy Blue

📋 copy color: '#1050FC'

red 16 ◦ green 80 ◦ blue 252

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

Shades of Navy Blue #1050FC

Tints of Navy Blue #1050FC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.99%

 BLUE value IS 252 (98.83% from 255) = 72.41%

R = 4.6%
G = 22.99%
B = 72.41%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1050FC (or 0x1050FC) is known color: Navy Blue. HEX triplet: 10, 50 and FC. RGB value is (16,80,252). Sum of RGB (Red+Green+Blue) = 16+80+252=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 252 (98.83% from 255 or 72.41% from 348); Max value from RGB is 252 - color contains mainly: blue. Hex color #1050FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1050FC is #EFAF03. Grayscale: #4F4F4F. Windows color (decimal): -15707908 or 16535568. OLE color: 16535568.

HSL color Cylindrical-coordinate representation of color #1050FC: hue angle of 223.73º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1050FC is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 80 252 -
CMYK 0.94 0.68 0 0.01
HSL 223.73º 0.98% 0.53% -
HSV(B) 223.73º 0.94% 0.99% -
XYZ 20.65 12.88 93.49 -
YUV 80.47 224.8 82.01 -
System Red Green Blue C M Y K H S L
Decimal 16 80 252 0.94 0.68 0 0.01 223.73 0.98 0.53
Hex 10 50 FC 5E 44 0 1 E0 62 35
Octal 20 120 374 136 104 0 1 340 142 65
Binary 10000 1010000 11111100 1011110 1000100 0 1 11100000 1100010 110101

Color Harmonies of #1050FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1050FC

Black with #1050FC

Text Example


Text Example

White with #1050FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1050FC; }

 p { color: rgb(16,80,252); }

 H1.HeaderClassName
 {
   color: #1050FC;
 }
 .AnyTagClassName
 {
   color: #1050FC;
 }
</style>

background-color css

<style>
 a { background-color: #1050FC; }

 a { background-color: rgb(16,80,252); }

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

border-color css

<style>
 span { border-color: #1050FC; }

 span { border-color: rgb(16,80,252); }

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