Html Css Color HEX #1754ED Navy Blue

📋 copy color: '#1754ED'

red 23 ◦ green 84 ◦ blue 237

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

Shades of Navy Blue #1754ED

Tints of Navy Blue #1754ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.42%

 BLUE value IS 237 (92.97% from 255) = 68.9%

R = 6.69%
G = 24.42%
B = 68.9%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1754ED (or 0x1754ED) is known color: Navy Blue. HEX triplet: 17, 54 and ED. RGB value is (23,84,237). Sum of RGB (Red+Green+Blue) = 23+84+237=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #1754ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1754ED is #E8AB12. Grayscale: #525252. Windows color (decimal): -15248147 or 15553559. OLE color: 15553559.

HSL color Cylindrical-coordinate representation of color #1754ED: hue angle of 222.9º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1754ED is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 84 237 -
CMYK 0.90 0.65 0 0.07
HSL 222.9º 0.86% 0.51% -
HSV(B) 222.9º 0.9% 0.93% -
XYZ 18.81 12.64 81.57 -
YUV 83.2 214.79 85.06 -
System Red Green Blue C M Y K H S L
Decimal 23 84 237 0.90 0.65 0 0.07 222.9 0.86 0.51
Hex 17 54 ED 5A 41 0 7 DF 56 33
Octal 27 124 355 132 101 0 7 337 126 63
Binary 10111 1010100 11101101 1011010 1000001 0 111 11011111 1010110 110011

Color Harmonies of #1754ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1754ED

Black with #1754ED

Text Example


Text Example

White with #1754ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1754ED; }

 p { color: rgb(23,84,237); }

 H1.HeaderClassName
 {
   color: #1754ED;
 }
 .AnyTagClassName
 {
   color: #1754ED;
 }
</style>

background-color css

<style>
 a { background-color: #1754ED; }

 a { background-color: rgb(23,84,237); }

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

border-color css

<style>
 span { border-color: #1754ED; }

 span { border-color: rgb(23,84,237); }

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