Html Css Color HEX #1A78DF Navy Blue

📋 copy color: '#1A78DF'

red 26 ◦ green 120 ◦ blue 223

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

Shades of Navy Blue #1A78DF

Tints of Navy Blue #1A78DF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.52%

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

R = 7.05%
G = 32.52%
B = 60.43%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A78DF (or 0x1A78DF) is known color: Navy Blue. HEX triplet: 1A, 78 and DF. RGB value is (26,120,223). Sum of RGB (Red+Green+Blue) = 26+120+223=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A78DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A78DF is #E58720. Grayscale: #676767. Windows color (decimal): -15042337 or 14645274. OLE color: 14645274.

HSL color Cylindrical-coordinate representation of color #1A78DF: hue angle of 211.37º 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 #1A78DF is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 120 223 -
CMYK 0.88 0.46 0 0.13
HSL 211.37º 0.79% 0.49% -
HSV(B) 211.37º 0.88% 0.87% -
XYZ 20.46 18.98 72.4 -
YUV 103.64 195.36 72.62 -
System Red Green Blue C M Y K H S L
Decimal 26 120 223 0.88 0.46 0 0.13 211.37 0.79 0.49
Hex 1A 78 DF 58 2E 0 D D3 4F 31
Octal 32 170 337 130 56 0 15 323 117 61
Binary 11010 1111000 11011111 1011000 101110 0 1101 11010011 1001111 110001

Color Harmonies of #1A78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A78DF

Black with #1A78DF

Text Example


Text Example

White with #1A78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,120,223); }

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

background-color css

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

 a { background-color: rgb(26,120,223); }

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

border-color css

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

 span { border-color: rgb(26,120,223); }

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