Html Css Color HEX #1763EB Navy Blue

📋 copy color: '#1763EB'

red 23 ◦ green 99 ◦ blue 235

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

Shades of Navy Blue #1763EB

Tints of Navy Blue #1763EB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

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

R = 6.44%
G = 27.73%
B = 65.83%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1763EB (or 0x1763EB) is known color: Navy Blue. HEX triplet: 17, 63 and EB. RGB value is (23,99,235). Sum of RGB (Red+Green+Blue) = 23+99+235=357 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.44% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #1763EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1763EB is #E89C14. Grayscale: #5B5B5B. Windows color (decimal): -15244309 or 15426327. OLE color: 15426327.

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

Color convert

RGB 23 99 235 -
CMYK 0.90 0.58 0 0.08
HSL 218.49º 0.84% 0.51% -
HSV(B) 218.49º 0.9% 0.92% -
XYZ 19.81 15.1 80.47 -
YUV 91.78 208.82 78.94 -
System Red Green Blue C M Y K H S L
Decimal 23 99 235 0.90 0.58 0 0.08 218.49 0.84 0.51
Hex 17 63 EB 5A 3A 0 8 DA 54 33
Octal 27 143 353 132 72 0 10 332 124 63
Binary 10111 1100011 11101011 1011010 111010 0 1000 11011010 1010100 110011

Color Harmonies of #1763EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1763EB

Black with #1763EB

Text Example


Text Example

White with #1763EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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