Html Css Color HEX #1769DF Navy Blue

📋 copy color: '#1769DF'

red 23 ◦ green 105 ◦ blue 223

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

Shades of Navy Blue #1769DF

Tints of Navy Blue #1769DF

RGB

 RED value IS 23 (9.38% from 255) = 6.55%

 GREEN value IS 105 (41.41% from 255) = 29.91%

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

R = 6.55%
G = 29.91%
B = 63.53%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1769DF (or 0x1769DF) is known color: Navy Blue. HEX triplet: 17, 69 and DF. RGB value is (23,105,223). Sum of RGB (Red+Green+Blue) = 23+105+223=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #1769DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1769DF is #E89620. Grayscale: #5D5D5D. Windows color (decimal): -15242785 or 14641431. OLE color: 14641431.

HSL color Cylindrical-coordinate representation of color #1769DF: hue angle of 215.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1769DF is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 105 223 -
CMYK 0.90 0.53 0 0.13
HSL 215.4º 0.81% 0.48% -
HSV(B) 215.4º 0.9% 0.87% -
XYZ 18.72 15.61 71.84 -
YUV 93.93 200.83 77.41 -
System Red Green Blue C M Y K H S L
Decimal 23 105 223 0.90 0.53 0 0.13 215.4 0.81 0.48
Hex 17 69 DF 5A 35 0 D D7 51 30
Octal 27 151 337 132 65 0 15 327 121 60
Binary 10111 1101001 11011111 1011010 110101 0 1101 11010111 1010001 110000

Color Harmonies of #1769DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1769DF

Black with #1769DF

Text Example


Text Example

White with #1769DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1769DF; }

 p { color: rgb(23,105,223); }

 H1.HeaderClassName
 {
   color: #1769DF;
 }
 .AnyTagClassName
 {
   color: #1769DF;
 }
</style>

background-color css

<style>
 a { background-color: #1769DF; }

 a { background-color: rgb(23,105,223); }

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

border-color css

<style>
 span { border-color: #1769DF; }

 span { border-color: rgb(23,105,223); }

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