Html Css Color HEX #1074DC Navy Blue

📋 copy color: '#1074DC'

red 16 ◦ green 116 ◦ blue 220

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

Shades of Navy Blue #1074DC

Tints of Navy Blue #1074DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.5%

R = 4.55%
G = 32.95%
B = 62.5%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1074DC (or 0x1074DC) is known color: Navy Blue. HEX triplet: 10, 74 and DC. RGB value is (16,116,220). Sum of RGB (Red+Green+Blue) = 16+116+220=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #1074DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1074DC is #EF8B23. Grayscale: #616161. Windows color (decimal): -15698724 or 14447632. OLE color: 14447632.

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

Color convert

RGB 16 116 220 -
CMYK 0.93 0.47 0 0.14
HSL 210.59º 0.86% 0.46% -
HSV(B) 210.59º 0.93% 0.86% -
XYZ 19.38 17.77 70.12 -
YUV 97.96 196.87 69.54 -
System Red Green Blue C M Y K H S L
Decimal 16 116 220 0.93 0.47 0 0.14 210.59 0.86 0.46
Hex 10 74 DC 5D 2F 0 E D3 56 2E
Octal 20 164 334 135 57 0 16 323 126 56
Binary 10000 1110100 11011100 1011101 101111 0 1110 11010011 1010110 101110

Color Harmonies of #1074DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1074DC

Black with #1074DC

Text Example


Text Example

White with #1074DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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