Html Css Color HEX #1074CD Navy Blue

📋 copy color: '#1074CD'

red 16 ◦ green 116 ◦ blue 205

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

Shades of Navy Blue #1074CD

Tints of Navy Blue #1074CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 4.75%
G = 34.42%
B = 60.83%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1074CD (or 0x1074CD) is known color: Navy Blue. HEX triplet: 10, 74 and CD. RGB value is (16,116,205). Sum of RGB (Red+Green+Blue) = 16+116+205=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #1074CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1074CD is #EF8B32. Grayscale: #5F5F5F. Windows color (decimal): -15698739 or 13464592. OLE color: 13464592.

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

Color convert

RGB 16 116 205 -
CMYK 0.92 0.43 0 0.20
HSL 208.25º 0.86% 0.43% -
HSV(B) 208.25º 0.92% 0.8% -
XYZ 17.48 17.01 60.12 -
YUV 96.25 189.37 70.76 -
System Red Green Blue C M Y K H S L
Decimal 16 116 205 0.92 0.43 0 0.20 208.25 0.86 0.43
Hex 10 74 CD 5C 2B 0 14 D0 56 2B
Octal 20 164 315 134 53 0 24 320 126 53
Binary 10000 1110100 11001101 1011100 101011 0 10100 11010000 1010110 101011

Color Harmonies of #1074CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1074CD

Black with #1074CD

Text Example


Text Example

White with #1074CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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