Html Css Color HEX #1063EB Navy Blue

📋 copy color: '#1063EB'

red 16 ◦ green 99 ◦ blue 235

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

Shades of Navy Blue #1063EB

Tints of Navy Blue #1063EB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

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

R = 4.57%
G = 28.29%
B = 67.14%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1063EB (or 0x1063EB) is known color: Navy Blue. HEX triplet: 10, 63 and EB. RGB value is (16,99,235). Sum of RGB (Red+Green+Blue) = 16+99+235=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #1063EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1063EB is #EF9C14. Grayscale: #595959. Windows color (decimal): -15703061 or 15426320. OLE color: 15426320.

HSL color Cylindrical-coordinate representation of color #1063EB: hue angle of 217.26º 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 #1063EB is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 99 235 -
CMYK 0.93 0.58 0 0.08
HSL 217.26º 0.87% 0.49% -
HSV(B) 217.26º 0.93% 0.92% -
XYZ 19.67 15.03 80.46 -
YUV 89.69 210 75.44 -
System Red Green Blue C M Y K H S L
Decimal 16 99 235 0.93 0.58 0 0.08 217.26 0.87 0.49
Hex 10 63 EB 5D 3A 0 8 D9 57 31
Octal 20 143 353 135 72 0 10 331 127 61
Binary 10000 1100011 11101011 1011101 111010 0 1000 11011001 1010111 110001

Color Harmonies of #1063EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063EB

Black with #1063EB

Text Example


Text Example

White with #1063EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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