Html Css Color HEX #1A7BDF Navy Blue

📋 copy color: '#1A7BDF'

red 26 ◦ green 123 ◦ blue 223

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

Shades of Navy Blue #1A7BDF

Tints of Navy Blue #1A7BDF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.06%

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

R = 6.99%
G = 33.06%
B = 59.95%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A7BDF (or 0x1A7BDF) is known color: Navy Blue. HEX triplet: 1A, 7B and DF. RGB value is (26,123,223). Sum of RGB (Red+Green+Blue) = 26+123+223=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A7BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7BDF is #E58420. Grayscale: #686868. Windows color (decimal): -15041569 or 14646042. OLE color: 14646042.

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

Color convert

RGB 26 123 223 -
CMYK 0.88 0.45 0 0.13
HSL 210.46º 0.79% 0.49% -
HSV(B) 210.46º 0.88% 0.87% -
XYZ 20.83 19.71 72.52 -
YUV 105.4 194.36 71.37 -
System Red Green Blue C M Y K H S L
Decimal 26 123 223 0.88 0.45 0 0.13 210.46 0.79 0.49
Hex 1A 7B DF 58 2D 0 D D2 4F 31
Octal 32 173 337 130 55 0 15 322 117 61
Binary 11010 1111011 11011111 1011000 101101 0 1101 11010010 1001111 110001

Color Harmonies of #1A7BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7BDF

Black with #1A7BDF

Text Example


Text Example

White with #1A7BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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