Html Css Color HEX #1769E9 Navy Blue

📋 copy color: '#1769E9'

red 23 ◦ green 105 ◦ blue 233

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

Shades of Navy Blue #1769E9

Tints of Navy Blue #1769E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 64.54%

R = 6.37%
G = 29.09%
B = 64.54%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1769E9 (or 0x1769E9) is known color: Navy Blue. HEX triplet: 17, 69 and E9. RGB value is (23,105,233). Sum of RGB (Red+Green+Blue) = 23+105+233=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 233 (91.41% from 255 or 64.54% from 361); Max value from RGB is 233 - color contains mainly: blue. Hex color #1769E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1769E9 is #E89616. Grayscale: #5E5E5E. Windows color (decimal): -15242775 or 15296791. OLE color: 15296791.

HSL color Cylindrical-coordinate representation of color #1769E9: hue angle of 216.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1769E9 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 23 105 233 -
CMYK 0.90 0.55 0 0.09
HSL 216.57º 0.83% 0.5% -
HSV(B) 216.57º 0.9% 0.91% -
XYZ 20.11 16.17 79.15 -
YUV 95.07 205.83 76.59 -
System Red Green Blue C M Y K H S L
Decimal 23 105 233 0.90 0.55 0 0.09 216.57 0.83 0.5
Hex 17 69 E9 5A 37 0 9 D9 53 32
Octal 27 151 351 132 67 0 11 331 123 62
Binary 10111 1101001 11101001 1011010 110111 0 1001 11011001 1010011 110010

Color Harmonies of #1769E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1769E9

Black with #1769E9

Text Example


Text Example

White with #1769E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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