Html Css Color HEX #1073EB Navy Blue

📋 copy color: '#1073EB'

red 16 ◦ green 115 ◦ blue 235

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

Shades of Navy Blue #1073EB

Tints of Navy Blue #1073EB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.42%

 BLUE value IS 235 (92.19% from 255) = 64.21%

R = 4.37%
G = 31.42%
B = 64.21%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1073EB (or 0x1073EB) is known color: Navy Blue. HEX triplet: 10, 73 and EB. RGB value is (16,115,235). Sum of RGB (Red+Green+Blue) = 16+115+235=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #1073EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1073EB is #EF8C14. Grayscale: #626262. Windows color (decimal): -15698965 or 15430416. OLE color: 15430416.

HSL color Cylindrical-coordinate representation of color #1073EB: hue angle of 212.88º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1073EB is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 115 235 -
CMYK 0.93 0.51 0 0.08
HSL 212.88º 0.87% 0.49% -
HSV(B) 212.88º 0.93% 0.92% -
XYZ 21.34 18.37 81.02 -
YUV 99.08 204.7 68.74 -
System Red Green Blue C M Y K H S L
Decimal 16 115 235 0.93 0.51 0 0.08 212.88 0.87 0.49
Hex 10 73 EB 5D 33 0 8 D5 57 31
Octal 20 163 353 135 63 0 10 325 127 61
Binary 10000 1110011 11101011 1011101 110011 0 1000 11010101 1010111 110001

Color Harmonies of #1073EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1073EB

Black with #1073EB

Text Example


Text Example

White with #1073EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1073EB; }

 p { color: rgb(16,115,235); }

 H1.HeaderClassName
 {
   color: #1073EB;
 }
 .AnyTagClassName
 {
   color: #1073EB;
 }
</style>

background-color css

<style>
 a { background-color: #1073EB; }

 a { background-color: rgb(16,115,235); }

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

border-color css

<style>
 span { border-color: #1073EB; }

 span { border-color: rgb(16,115,235); }

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