Html Css Color HEX #1074D5 Navy Blue

📋 copy color: '#1074D5'

red 16 ◦ green 116 ◦ blue 213

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

Shades of Navy Blue #1074D5

Tints of Navy Blue #1074D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 61.74%

R = 4.64%
G = 33.62%
B = 61.74%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1074D5 (or 0x1074D5) is known color: Navy Blue. HEX triplet: 10, 74 and D5. RGB value is (16,116,213). Sum of RGB (Red+Green+Blue) = 16+116+213=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 213 (83.59% from 255 or 61.74% from 345); Max value from RGB is 213 - color contains mainly: blue. Hex color #1074D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1074D5 is #EF8B2A. Grayscale: #606060. Windows color (decimal): -15698731 or 13988880. OLE color: 13988880.

HSL color Cylindrical-coordinate representation of color #1074D5: hue angle of 209.54º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1074D5 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 116 213 -
CMYK 0.92 0.46 0 0.16
HSL 209.54º 0.86% 0.45% -
HSV(B) 209.54º 0.92% 0.84% -
XYZ 18.47 17.41 65.34 -
YUV 97.16 193.37 70.11 -
System Red Green Blue C M Y K H S L
Decimal 16 116 213 0.92 0.46 0 0.16 209.54 0.86 0.45
Hex 10 74 D5 5C 2E 0 10 D2 56 2D
Octal 20 164 325 134 56 0 20 322 126 55
Binary 10000 1110100 11010101 1011100 101110 0 10000 11010010 1010110 101101

Color Harmonies of #1074D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1074D5

Black with #1074D5

Text Example


Text Example

White with #1074D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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