Html Css Color HEX #1A67DF Navy Blue

📋 copy color: '#1A67DF'

red 26 ◦ green 103 ◦ blue 223

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

Shades of Navy Blue #1A67DF

Tints of Navy Blue #1A67DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.26%

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

R = 7.39%
G = 29.26%
B = 63.35%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A67DF (or 0x1A67DF) is known color: Navy Blue. HEX triplet: 1A, 67 and DF. RGB value is (26,103,223). Sum of RGB (Red+Green+Blue) = 26+103+223=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A67DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A67DF is #E59820. Grayscale: #5D5D5D. Windows color (decimal): -15046689 or 14640922. OLE color: 14640922.

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

Color convert

RGB 26 103 223 -
CMYK 0.88 0.54 0 0.13
HSL 216.55º 0.79% 0.49% -
HSV(B) 216.55º 0.88% 0.87% -
XYZ 18.6 15.25 71.78 -
YUV 93.66 200.99 79.74 -
System Red Green Blue C M Y K H S L
Decimal 26 103 223 0.88 0.54 0 0.13 216.55 0.79 0.49
Hex 1A 67 DF 58 36 0 D D9 4F 31
Octal 32 147 337 130 66 0 15 331 117 61
Binary 11010 1100111 11011111 1011000 110110 0 1101 11011001 1001111 110001

Color Harmonies of #1A67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A67DF

Black with #1A67DF

Text Example


Text Example

White with #1A67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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