Html Css Color HEX #1C70DF Navy Blue

📋 copy color: '#1C70DF'

red 28 ◦ green 112 ◦ blue 223

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

Shades of Navy Blue #1C70DF

Tints of Navy Blue #1C70DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

 BLUE value IS 223 (87.5% from 255) = 61.43%

R = 7.71%
G = 30.85%
B = 61.43%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C70DF (or 0x1C70DF) is known color: Navy Blue. HEX triplet: 1C, 70 and DF. RGB value is (28,112,223). Sum of RGB (Red+Green+Blue) = 28+112+223=363 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.71% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C70DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C70DF is #E38F20. Grayscale: #636363. Windows color (decimal): -14913313 or 14643228. OLE color: 14643228.

HSL color Cylindrical-coordinate representation of color #1C70DF: hue angle of 214.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C70DF is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 112 223 -
CMYK 0.87 0.50 0 0.13
HSL 214.15º 0.78% 0.49% -
HSV(B) 214.15º 0.87% 0.87% -
XYZ 19.59 17.16 72.09 -
YUV 99.54 197.67 76.97 -
System Red Green Blue C M Y K H S L
Decimal 28 112 223 0.87 0.50 0 0.13 214.15 0.78 0.49
Hex 1C 70 DF 57 32 0 D D6 4E 31
Octal 34 160 337 127 62 0 15 326 116 61
Binary 11100 1110000 11011111 1010111 110010 0 1101 11010110 1001110 110001

Color Harmonies of #1C70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C70DF

Black with #1C70DF

Text Example


Text Example

White with #1C70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,112,223); }

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

background-color css

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

 a { background-color: rgb(28,112,223); }

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

border-color css

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

 span { border-color: rgb(28,112,223); }

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