Html Css Color HEX #1055DB Navy Blue

📋 copy color: '#1055DB'

red 16 ◦ green 85 ◦ blue 219

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

Shades of Navy Blue #1055DB

Tints of Navy Blue #1055DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.56%

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

R = 5%
G = 26.56%
B = 68.44%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1055DB (or 0x1055DB) is known color: Navy Blue. HEX triplet: 10, 55 and DB. RGB value is (16,85,219). Sum of RGB (Red+Green+Blue) = 16+85+219=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #1055DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1055DB is #EFAA24. Grayscale: #4F4F4F. Windows color (decimal): -15706661 or 14374160. OLE color: 14374160.

HSL color Cylindrical-coordinate representation of color #1055DB: hue angle of 219.61º 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 #1055DB is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 85 219 -
CMYK 0.93 0.61 0 0.14
HSL 219.61º 0.86% 0.46% -
HSV(B) 219.61º 0.93% 0.86% -
XYZ 16.25 11.72 68.42 -
YUV 79.65 206.64 82.6 -
System Red Green Blue C M Y K H S L
Decimal 16 85 219 0.93 0.61 0 0.14 219.61 0.86 0.46
Hex 10 55 DB 5D 3D 0 E DC 56 2E
Octal 20 125 333 135 75 0 16 334 126 56
Binary 10000 1010101 11011011 1011101 111101 0 1110 11011100 1010110 101110

Color Harmonies of #1055DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1055DB

Black with #1055DB

Text Example


Text Example

White with #1055DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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