Html Css Color HEX #1754EB Navy Blue

📋 copy color: '#1754EB'

red 23 ◦ green 84 ◦ blue 235

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

Shades of Navy Blue #1754EB

Tints of Navy Blue #1754EB

RGB

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

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

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

R = 6.73%
G = 24.56%
B = 68.71%

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

#1754EB (or 0x1754EB) is known color: Navy Blue. HEX triplet: 17, 54 and EB. RGB value is (23,84,235). Sum of RGB (Red+Green+Blue) = 23+84+235=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #1754EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1754EB is #E8AB14. Grayscale: #525252. Windows color (decimal): -15248149 or 15422487. OLE color: 15422487.

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

Color convert

RGB 23 84 235 -
CMYK 0.90 0.64 0 0.08
HSL 222.74º 0.84% 0.51% -
HSV(B) 222.74º 0.9% 0.92% -
XYZ 18.52 12.52 80.04 -
YUV 82.98 213.79 85.22 -
System Red Green Blue C M Y K H S L
Decimal 23 84 235 0.90 0.64 0 0.08 222.74 0.84 0.51
Hex 17 54 EB 5A 40 0 8 DF 54 33
Octal 27 124 353 132 100 0 10 337 124 63
Binary 10111 1010100 11101011 1011010 1000000 0 1000 11011111 1010100 110011

Color Harmonies of #1754EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1754EB

Black with #1754EB

Text Example


Text Example

White with #1754EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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