Html Css Color HEX #1C7ADC Navy Blue

📋 copy color: '#1C7ADC'

red 28 ◦ green 122 ◦ blue 220

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

Shades of Navy Blue #1C7ADC

Tints of Navy Blue #1C7ADC

RGB

 RED value IS 28 (11.33% from 255) = 7.57%

 GREEN value IS 122 (48.05% from 255) = 32.97%

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

R = 7.57%
G = 32.97%
B = 59.46%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1C7ADC (or 0x1C7ADC) is known color: Navy Blue. HEX triplet: 1C, 7A and DC. RGB value is (28,122,220). Sum of RGB (Red+Green+Blue) = 28+122+220=370 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.57% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C7ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7ADC is #E38523. Grayscale: #686868. Windows color (decimal): -14910756 or 14449180. OLE color: 14449180.

HSL color Cylindrical-coordinate representation of color #1C7ADC: hue angle of 210.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C7ADC is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 122 220 -
CMYK 0.87 0.45 0 0.14
HSL 210.63º 0.77% 0.49% -
HSV(B) 210.63º 0.87% 0.86% -
XYZ 20.36 19.33 70.37 -
YUV 105.07 192.86 73.03 -
System Red Green Blue C M Y K H S L
Decimal 28 122 220 0.87 0.45 0 0.14 210.63 0.77 0.49
Hex 1C 7A DC 57 2D 0 E D3 4D 31
Octal 34 172 334 127 55 0 16 323 115 61
Binary 11100 1111010 11011100 1010111 101101 0 1110 11010011 1001101 110001

Color Harmonies of #1C7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7ADC

Black with #1C7ADC

Text Example


Text Example

White with #1C7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C7ADC; }

 p { color: rgb(28,122,220); }

 H1.HeaderClassName
 {
   color: #1C7ADC;
 }
 .AnyTagClassName
 {
   color: #1C7ADC;
 }
</style>

background-color css

<style>
 a { background-color: #1C7ADC; }

 a { background-color: rgb(28,122,220); }

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

border-color css

<style>
 span { border-color: #1C7ADC; }

 span { border-color: rgb(28,122,220); }

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