Html Css Color HEX #1051EF Navy Blue

📋 copy color: '#1051EF'

red 16 ◦ green 81 ◦ blue 239

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

Shades of Navy Blue #1051EF

Tints of Navy Blue #1051EF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

 BLUE value IS 239 (93.75% from 255) = 71.13%

R = 4.76%
G = 24.11%
B = 71.13%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1051EF (or 0x1051EF) is known color: Navy Blue. HEX triplet: 10, 51 and EF. RGB value is (16,81,239). Sum of RGB (Red+Green+Blue) = 16+81+239=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #1051EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1051EF is #EFAE10. Grayscale: #4E4E4E. Windows color (decimal): -15707665 or 15683856. OLE color: 15683856.

HSL color Cylindrical-coordinate representation of color #1051EF: hue angle of 222.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1051EF is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 81 239 -
CMYK 0.93 0.66 0 0.06
HSL 222.51º 0.87% 0.5% -
HSV(B) 222.51º 0.93% 0.94% -
XYZ 18.74 12.23 83.03 -
YUV 79.58 217.97 82.65 -
System Red Green Blue C M Y K H S L
Decimal 16 81 239 0.93 0.66 0 0.06 222.51 0.87 0.5
Hex 10 51 EF 5D 42 0 6 DF 57 32
Octal 20 121 357 135 102 0 6 337 127 62
Binary 10000 1010001 11101111 1011101 1000010 0 110 11011111 1010111 110010

Color Harmonies of #1051EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1051EF

Black with #1051EF

Text Example


Text Example

White with #1051EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1051EF; }

 p { color: rgb(16,81,239); }

 H1.HeaderClassName
 {
   color: #1051EF;
 }
 .AnyTagClassName
 {
   color: #1051EF;
 }
</style>

background-color css

<style>
 a { background-color: #1051EF; }

 a { background-color: rgb(16,81,239); }

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

border-color css

<style>
 span { border-color: #1051EF; }

 span { border-color: rgb(16,81,239); }

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