Html Css Color HEX #1766EA Navy Blue

📋 copy color: '#1766EA'

red 23 ◦ green 102 ◦ blue 234

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

Shades of Navy Blue #1766EA

Tints of Navy Blue #1766EA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

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

R = 6.41%
G = 28.41%
B = 65.18%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1766EA (or 0x1766EA) is known color: Navy Blue. HEX triplet: 17, 66 and EA. RGB value is (23,102,234). Sum of RGB (Red+Green+Blue) = 23+102+234=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #1766EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1766EA is #E89915. Grayscale: #5C5C5C. Windows color (decimal): -15243542 or 15361559. OLE color: 15361559.

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

Color convert

RGB 23 102 234 -
CMYK 0.90 0.56 0 0.08
HSL 217.54º 0.83% 0.5% -
HSV(B) 217.54º 0.9% 0.92% -
XYZ 19.96 15.63 79.81 -
YUV 93.43 207.33 77.77 -
System Red Green Blue C M Y K H S L
Decimal 23 102 234 0.90 0.56 0 0.08 217.54 0.83 0.5
Hex 17 66 EA 5A 38 0 8 DA 53 32
Octal 27 146 352 132 70 0 10 332 123 62
Binary 10111 1100110 11101010 1011010 111000 0 1000 11011010 1010011 110010

Color Harmonies of #1766EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1766EA

Black with #1766EA

Text Example


Text Example

White with #1766EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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