Html Css Color HEX #1067DB Navy Blue

📋 copy color: '#1067DB'

red 16 ◦ green 103 ◦ blue 219

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

Shades of Navy Blue #1067DB

Tints of Navy Blue #1067DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

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

R = 4.73%
G = 30.47%
B = 64.79%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1067DB (or 0x1067DB) is known color: Navy Blue. HEX triplet: 10, 67 and DB. RGB value is (16,103,219). Sum of RGB (Red+Green+Blue) = 16+103+219=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #1067DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1067DB is #EF9824. Grayscale: #595959. Windows color (decimal): -15702053 or 14378768. OLE color: 14378768.

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

Color convert

RGB 16 103 219 -
CMYK 0.93 0.53 0 0.14
HSL 214.29º 0.86% 0.46% -
HSV(B) 214.29º 0.93% 0.86% -
XYZ 17.85 14.93 68.96 -
YUV 90.21 200.68 75.07 -
System Red Green Blue C M Y K H S L
Decimal 16 103 219 0.93 0.53 0 0.14 214.29 0.86 0.46
Hex 10 67 DB 5D 35 0 E D6 56 2E
Octal 20 147 333 135 65 0 16 326 126 56
Binary 10000 1100111 11011011 1011101 110101 0 1110 11010110 1010110 101110

Color Harmonies of #1067DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1067DB

Black with #1067DB

Text Example


Text Example

White with #1067DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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