Html Css Color HEX #1768DC Navy Blue

📋 copy color: '#1768DC'

red 23 ◦ green 104 ◦ blue 220

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

Shades of Navy Blue #1768DC

Tints of Navy Blue #1768DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

 BLUE value IS 220 (86.33% from 255) = 63.4%

R = 6.63%
G = 29.97%
B = 63.4%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1768DC (or 0x1768DC) is known color: Navy Blue. HEX triplet: 17, 68 and DC. RGB value is (23,104,220). Sum of RGB (Red+Green+Blue) = 23+104+220=347 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.63% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #1768DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1768DC is #E89723. Grayscale: #5C5C5C. Windows color (decimal): -15243044 or 14444567. OLE color: 14444567.

HSL color Cylindrical-coordinate representation of color #1768DC: hue angle of 215.33º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1768DC is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 104 220 -
CMYK 0.90 0.53 0 0.14
HSL 215.33º 0.81% 0.48% -
HSV(B) 215.33º 0.9% 0.86% -
XYZ 18.22 15.25 69.69 -
YUV 93.01 199.66 78.07 -
System Red Green Blue C M Y K H S L
Decimal 23 104 220 0.90 0.53 0 0.14 215.33 0.81 0.48
Hex 17 68 DC 5A 35 0 E D7 51 30
Octal 27 150 334 132 65 0 16 327 121 60
Binary 10111 1101000 11011100 1011010 110101 0 1110 11010111 1010001 110000

Color Harmonies of #1768DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1768DC

Black with #1768DC

Text Example


Text Example

White with #1768DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1768DC; }

 p { color: rgb(23,104,220); }

 H1.HeaderClassName
 {
   color: #1768DC;
 }
 .AnyTagClassName
 {
   color: #1768DC;
 }
</style>

background-color css

<style>
 a { background-color: #1768DC; }

 a { background-color: rgb(23,104,220); }

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

border-color css

<style>
 span { border-color: #1768DC; }

 span { border-color: rgb(23,104,220); }

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