Html Css Color HEX #1761EB Navy Blue

📋 copy color: '#1761EB'

red 23 ◦ green 97 ◦ blue 235

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

Shades of Navy Blue #1761EB

Tints of Navy Blue #1761EB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

 BLUE value IS 235 (92.19% from 255) = 66.2%

R = 6.48%
G = 27.32%
B = 66.2%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1761EB (or 0x1761EB) is known color: Navy Blue. HEX triplet: 17, 61 and EB. RGB value is (23,97,235). Sum of RGB (Red+Green+Blue) = 23+97+235=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #1761EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1761EB is #E89E14. Grayscale: #595959. Windows color (decimal): -15244821 or 15425815. OLE color: 15425815.

HSL color Cylindrical-coordinate representation of color #1761EB: hue angle of 219.06º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1761EB is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 97 235 -
CMYK 0.90 0.59 0 0.08
HSL 219.06º 0.84% 0.51% -
HSV(B) 219.06º 0.9% 0.92% -
XYZ 19.62 14.73 80.41 -
YUV 90.61 209.48 79.78 -
System Red Green Blue C M Y K H S L
Decimal 23 97 235 0.90 0.59 0 0.08 219.06 0.84 0.51
Hex 17 61 EB 5A 3B 0 8 DB 54 33
Octal 27 141 353 132 73 0 10 333 124 63
Binary 10111 1100001 11101011 1011010 111011 0 1000 11011011 1010100 110011

Color Harmonies of #1761EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1761EB

Black with #1761EB

Text Example


Text Example

White with #1761EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1761EB; }

 p { color: rgb(23,97,235); }

 H1.HeaderClassName
 {
   color: #1761EB;
 }
 .AnyTagClassName
 {
   color: #1761EB;
 }
</style>

background-color css

<style>
 a { background-color: #1761EB; }

 a { background-color: rgb(23,97,235); }

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

border-color css

<style>
 span { border-color: #1761EB; }

 span { border-color: rgb(23,97,235); }

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