Html Css Color HEX #1077DB Navy Blue

📋 copy color: '#1077DB'

red 16 ◦ green 119 ◦ blue 219

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

Shades of Navy Blue #1077DB

Tints of Navy Blue #1077DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 219 (85.94% from 255) = 61.86%

R = 4.52%
G = 33.62%
B = 61.86%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1077DB (or 0x1077DB) is known color: Navy Blue. HEX triplet: 10, 77 and DB. RGB value is (16,119,219). Sum of RGB (Red+Green+Blue) = 16+119+219=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #1077DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1077DB is #EF8824. Grayscale: #636363. Windows color (decimal): -15697957 or 14382864. OLE color: 14382864.

HSL color Cylindrical-coordinate representation of color #1077DB: hue angle of 209.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1077DB is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 119 219 -
CMYK 0.93 0.46 0 0.14
HSL 209.56º 0.86% 0.46% -
HSV(B) 209.56º 0.93% 0.86% -
XYZ 19.6 18.42 69.54 -
YUV 99.6 195.38 68.37 -
System Red Green Blue C M Y K H S L
Decimal 16 119 219 0.93 0.46 0 0.14 209.56 0.86 0.46
Hex 10 77 DB 5D 2E 0 E D2 56 2E
Octal 20 167 333 135 56 0 16 322 126 56
Binary 10000 1110111 11011011 1011101 101110 0 1110 11010010 1010110 101110

Color Harmonies of #1077DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1077DB

Black with #1077DB

Text Example


Text Example

White with #1077DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1077DB; }

 p { color: rgb(16,119,219); }

 H1.HeaderClassName
 {
   color: #1077DB;
 }
 .AnyTagClassName
 {
   color: #1077DB;
 }
</style>

background-color css

<style>
 a { background-color: #1077DB; }

 a { background-color: rgb(16,119,219); }

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

border-color css

<style>
 span { border-color: #1077DB; }

 span { border-color: rgb(16,119,219); }

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