Html Css Color HEX #1A7CDE Navy Blue

📋 copy color: '#1A7CDE'

red 26 ◦ green 124 ◦ blue 222

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

Shades of Navy Blue #1A7CDE

Tints of Navy Blue #1A7CDE

RGB

 RED value IS 26 (10.55% from 255) = 6.99%

 GREEN value IS 124 (48.83% from 255) = 33.33%

 BLUE value IS 222 (87.11% from 255) = 59.68%

R = 6.99%
G = 33.33%
B = 59.68%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A7CDE (or 0x1A7CDE) is known color: Navy Blue. HEX triplet: 1A, 7C and DE. RGB value is (26,124,222). Sum of RGB (Red+Green+Blue) = 26+124+222=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #1A7CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7CDE is #E58321. Grayscale: #696969. Windows color (decimal): -15041314 or 14580762. OLE color: 14580762.

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

Color convert

RGB 26 124 222 -
CMYK 0.88 0.44 0 0.13
HSL 210º 0.79% 0.49% -
HSV(B) 210º 0.88% 0.87% -
XYZ 20.82 19.91 71.85 -
YUV 105.87 193.53 71.03 -
System Red Green Blue C M Y K H S L
Decimal 26 124 222 0.88 0.44 0 0.13 210 0.79 0.49
Hex 1A 7C DE 58 2C 0 D D2 4F 31
Octal 32 174 336 130 54 0 15 322 117 61
Binary 11010 1111100 11011110 1011000 101100 0 1101 11010010 1001111 110001

Color Harmonies of #1A7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7CDE

Black with #1A7CDE

Text Example


Text Example

White with #1A7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,124,222); }

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

background-color css

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

 a { background-color: rgb(26,124,222); }

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

border-color css

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

 span { border-color: rgb(26,124,222); }

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