Html Css Color HEX #1752EB Navy Blue

📋 copy color: '#1752EB'

red 23 ◦ green 82 ◦ blue 235

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

Shades of Navy Blue #1752EB

Tints of Navy Blue #1752EB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.12%

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

R = 6.76%
G = 24.12%
B = 69.12%

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

#1752EB (or 0x1752EB) is known color: Navy Blue. HEX triplet: 17, 52 and EB. RGB value is (23,82,235). Sum of RGB (Red+Green+Blue) = 23+82+235=340 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.76% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #1752EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1752EB is #E8AD14. Grayscale: #515151. Windows color (decimal): -15248661 or 15421975. OLE color: 15421975.

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

Color convert

RGB 23 82 235 -
CMYK 0.90 0.65 0 0.08
HSL 223.3º 0.84% 0.51% -
HSV(B) 223.3º 0.9% 0.92% -
XYZ 18.37 12.21 79.99 -
YUV 81.8 214.45 86.06 -
System Red Green Blue C M Y K H S L
Decimal 23 82 235 0.90 0.65 0 0.08 223.3 0.84 0.51
Hex 17 52 EB 5A 41 0 8 DF 54 33
Octal 27 122 353 132 101 0 10 337 124 63
Binary 10111 1010010 11101011 1011010 1000001 0 1000 11011111 1010100 110011

Color Harmonies of #1752EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1752EB

Black with #1752EB

Text Example


Text Example

White with #1752EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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