Html Css Color HEX #1765EA Navy Blue

📋 copy color: '#1765EA'

red 23 ◦ green 101 ◦ blue 234

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

Shades of Navy Blue #1765EA

Tints of Navy Blue #1765EA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

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

R = 6.42%
G = 28.21%
B = 65.36%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1765EA (or 0x1765EA) is known color: Navy Blue. HEX triplet: 17, 65 and EA. RGB value is (23,101,234). Sum of RGB (Red+Green+Blue) = 23+101+234=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #1765EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1765EA is #E89A15. Grayscale: #5C5C5C. Windows color (decimal): -15243798 or 15361303. OLE color: 15361303.

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

Color convert

RGB 23 101 234 -
CMYK 0.90 0.57 0 0.08
HSL 217.82º 0.83% 0.5% -
HSV(B) 217.82º 0.9% 0.92% -
XYZ 19.86 15.43 79.77 -
YUV 92.84 207.66 78.19 -
System Red Green Blue C M Y K H S L
Decimal 23 101 234 0.90 0.57 0 0.08 217.82 0.83 0.5
Hex 17 65 EA 5A 39 0 8 DA 53 32
Octal 27 145 352 132 71 0 10 332 123 62
Binary 10111 1100101 11101010 1011010 111001 0 1000 11011010 1010011 110010

Color Harmonies of #1765EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1765EA

Black with #1765EA

Text Example


Text Example

White with #1765EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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