Html Css Color HEX #1760EA Navy Blue

📋 copy color: '#1760EA'

red 23 ◦ green 96 ◦ blue 234

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

Shades of Navy Blue #1760EA

Tints of Navy Blue #1760EA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

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

R = 6.52%
G = 27.2%
B = 66.29%

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

#1760EA (or 0x1760EA) is known color: Navy Blue. HEX triplet: 17, 60 and EA. RGB value is (23,96,234). Sum of RGB (Red+Green+Blue) = 23+96+234=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #1760EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1760EA is #E89F15. Grayscale: #595959. Windows color (decimal): -15245078 or 15360023. OLE color: 15360023.

HSL color Cylindrical-coordinate representation of color #1760EA: hue angle of 219.24º 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 #1760EA is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 96 234 -
CMYK 0.90 0.59 0 0.08
HSL 219.24º 0.83% 0.5% -
HSV(B) 219.24º 0.9% 0.92% -
XYZ 19.39 14.49 79.62 -
YUV 89.91 209.32 80.28 -
System Red Green Blue C M Y K H S L
Decimal 23 96 234 0.90 0.59 0 0.08 219.24 0.83 0.5
Hex 17 60 EA 5A 3B 0 8 DB 53 32
Octal 27 140 352 132 73 0 10 333 123 62
Binary 10111 1100000 11101010 1011010 111011 0 1000 11011011 1010011 110010

Color Harmonies of #1760EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1760EA

Black with #1760EA

Text Example


Text Example

White with #1760EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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