Html Css Color HEX #1769DA Navy Blue

📋 copy color: '#1769DA'

red 23 ◦ green 105 ◦ blue 218

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

Shades of Navy Blue #1769DA

Tints of Navy Blue #1769DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.01%

R = 6.65%
G = 30.35%
B = 63.01%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1769DA (or 0x1769DA) is known color: Navy Blue. HEX triplet: 17, 69 and DA. RGB value is (23,105,218). Sum of RGB (Red+Green+Blue) = 23+105+218=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #1769DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1769DA is #E89625. Grayscale: #5C5C5C. Windows color (decimal): -15242790 or 14313751. OLE color: 14313751.

HSL color Cylindrical-coordinate representation of color #1769DA: hue angle of 214.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1769DA is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 23 105 218 -
CMYK 0.89 0.52 0 0.15
HSL 214.77º 0.81% 0.47% -
HSV(B) 214.77º 0.89% 0.85% -
XYZ 18.06 15.35 68.34 -
YUV 93.36 198.33 77.81 -
System Red Green Blue C M Y K H S L
Decimal 23 105 218 0.89 0.52 0 0.15 214.77 0.81 0.47
Hex 17 69 DA 59 34 0 F D7 51 2F
Octal 27 151 332 131 64 0 17 327 121 57
Binary 10111 1101001 11011010 1011001 110100 0 1111 11010111 1010001 101111

Color Harmonies of #1769DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1769DA

Black with #1769DA

Text Example


Text Example

White with #1769DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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