Html Css Color HEX #1753EA Navy Blue

📋 copy color: '#1753EA'

red 23 ◦ green 83 ◦ blue 234

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

Shades of Navy Blue #1753EA

Tints of Navy Blue #1753EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.41%

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

R = 6.76%
G = 24.41%
B = 68.82%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1753EA (or 0x1753EA) is known color: Navy Blue. HEX triplet: 17, 53 and EA. RGB value is (23,83,234). Sum of RGB (Red+Green+Blue) = 23+83+234=340 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.76% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #1753EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1753EA is #E8AC15. Grayscale: #515151. Windows color (decimal): -15248406 or 15356695. OLE color: 15356695.

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

Color convert

RGB 23 83 234 -
CMYK 0.90 0.65 0 0.08
HSL 222.94º 0.83% 0.5% -
HSV(B) 222.94º 0.9% 0.92% -
XYZ 18.3 12.31 79.25 -
YUV 82.27 213.62 85.72 -
System Red Green Blue C M Y K H S L
Decimal 23 83 234 0.90 0.65 0 0.08 222.94 0.83 0.5
Hex 17 53 EA 5A 41 0 8 DF 53 32
Octal 27 123 352 132 101 0 10 337 123 62
Binary 10111 1010011 11101010 1011010 1000001 0 1000 11011111 1010011 110010

Color Harmonies of #1753EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1753EA

Black with #1753EA

Text Example


Text Example

White with #1753EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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