Html Css Color HEX #1754EA Navy Blue

📋 copy color: '#1754EA'

red 23 ◦ green 84 ◦ blue 234

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

Shades of Navy Blue #1754EA

Tints of Navy Blue #1754EA

RGB

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

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

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

R = 6.74%
G = 24.63%
B = 68.62%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1754EA (or 0x1754EA) is known color: Navy Blue. HEX triplet: 17, 54 and EA. RGB value is (23,84,234). Sum of RGB (Red+Green+Blue) = 23+84+234=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #1754EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1754EA is #E8AB15. Grayscale: #525252. Windows color (decimal): -15248150 or 15356951. OLE color: 15356951.

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

Color convert

RGB 23 84 234 -
CMYK 0.90 0.64 0 0.08
HSL 222.65º 0.83% 0.5% -
HSV(B) 222.65º 0.9% 0.92% -
XYZ 18.37 12.46 79.28 -
YUV 82.86 213.29 85.3 -
System Red Green Blue C M Y K H S L
Decimal 23 84 234 0.90 0.64 0 0.08 222.65 0.83 0.5
Hex 17 54 EA 5A 40 0 8 DF 53 32
Octal 27 124 352 132 100 0 10 337 123 62
Binary 10111 1010100 11101010 1011010 1000000 0 1000 11011111 1010011 110010

Color Harmonies of #1754EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1754EA

Black with #1754EA

Text Example


Text Example

White with #1754EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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