Html Css Color HEX #1074D1 Navy Blue

📋 copy color: '#1074D1'

red 16 ◦ green 116 ◦ blue 209

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

Shades of Navy Blue #1074D1

Tints of Navy Blue #1074D1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

 BLUE value IS 209 (82.03% from 255) = 61.29%

R = 4.69%
G = 34.02%
B = 61.29%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1074D1 (or 0x1074D1) is known color: Navy Blue. HEX triplet: 10, 74 and D1. RGB value is (16,116,209). Sum of RGB (Red+Green+Blue) = 16+116+209=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #1074D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1074D1 is #EF8B2E. Grayscale: #606060. Windows color (decimal): -15698735 or 13726736. OLE color: 13726736.

HSL color Cylindrical-coordinate representation of color #1074D1: hue angle of 208.91º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1074D1 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 116 209 -
CMYK 0.92 0.44 0 0.18
HSL 208.91º 0.86% 0.44% -
HSV(B) 208.91º 0.92% 0.82% -
XYZ 17.97 17.2 62.7 -
YUV 96.7 191.37 70.44 -
System Red Green Blue C M Y K H S L
Decimal 16 116 209 0.92 0.44 0 0.18 208.91 0.86 0.44
Hex 10 74 D1 5C 2C 0 12 D1 56 2C
Octal 20 164 321 134 54 0 22 321 126 54
Binary 10000 1110100 11010001 1011100 101100 0 10010 11010001 1010110 101100

Color Harmonies of #1074D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1074D1

Black with #1074D1

Text Example


Text Example

White with #1074D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1074D1; }

 p { color: rgb(16,116,209); }

 H1.HeaderClassName
 {
   color: #1074D1;
 }
 .AnyTagClassName
 {
   color: #1074D1;
 }
</style>

background-color css

<style>
 a { background-color: #1074D1; }

 a { background-color: rgb(16,116,209); }

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

border-color css

<style>
 span { border-color: #1074D1; }

 span { border-color: rgb(16,116,209); }

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