Html Css Color HEX #1761EA Navy Blue

📋 copy color: '#1761EA'

red 23 ◦ green 97 ◦ blue 234

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

Shades of Navy Blue #1761EA

Tints of Navy Blue #1761EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.1%

R = 6.5%
G = 27.4%
B = 66.1%

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

#1761EA (or 0x1761EA) is known color: Navy Blue. HEX triplet: 17, 61 and EA. RGB value is (23,97,234). Sum of RGB (Red+Green+Blue) = 23+97+234=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #1761EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1761EA is #E89E15. Grayscale: #595959. Windows color (decimal): -15244822 or 15360279. OLE color: 15360279.

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

Color convert

RGB 23 97 234 -
CMYK 0.90 0.59 0 0.08
HSL 218.96º 0.83% 0.5% -
HSV(B) 218.96º 0.9% 0.92% -
XYZ 19.48 14.67 79.65 -
YUV 90.49 208.98 79.86 -
System Red Green Blue C M Y K H S L
Decimal 23 97 234 0.90 0.59 0 0.08 218.96 0.83 0.5
Hex 17 61 EA 5A 3B 0 8 DB 53 32
Octal 27 141 352 132 73 0 10 333 123 62
Binary 10111 1100001 11101010 1011010 111011 0 1000 11011011 1010011 110010

Color Harmonies of #1761EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1761EA

Black with #1761EA

Text Example


Text Example

White with #1761EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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