Html Css Color HEX #1781DB Navy Blue

📋 copy color: '#1781DB'

red 23 ◦ green 129 ◦ blue 219

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

Shades of Navy Blue #1781DB

Tints of Navy Blue #1781DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 6.2%
G = 34.77%
B = 59.03%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1781DB (or 0x1781DB) is known color: Navy Blue. HEX triplet: 17, 81 and DB. RGB value is (23,129,219). Sum of RGB (Red+Green+Blue) = 23+129+219=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #1781DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1781DB is #E87E24. Grayscale: #6B6B6B. Windows color (decimal): -15236645 or 14385431. OLE color: 14385431.

HSL color Cylindrical-coordinate representation of color #1781DB: hue angle of 207.55º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1781DB is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 129 219 -
CMYK 0.89 0.41 0 0.14
HSL 207.55º 0.81% 0.47% -
HSV(B) 207.55º 0.89% 0.86% -
XYZ 20.99 21 69.96 -
YUV 107.57 190.88 67.68 -
System Red Green Blue C M Y K H S L
Decimal 23 129 219 0.89 0.41 0 0.14 207.55 0.81 0.47
Hex 17 81 DB 59 29 0 E D0 51 2F
Octal 27 201 333 131 51 0 16 320 121 57
Binary 10111 10000001 11011011 1011001 101001 0 1110 11010000 1010001 101111

Color Harmonies of #1781DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1781DB

Black with #1781DB

Text Example


Text Example

White with #1781DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1781DB; }

 p { color: rgb(23,129,219); }

 H1.HeaderClassName
 {
   color: #1781DB;
 }
 .AnyTagClassName
 {
   color: #1781DB;
 }
</style>

background-color css

<style>
 a { background-color: #1781DB; }

 a { background-color: rgb(23,129,219); }

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

border-color css

<style>
 span { border-color: #1781DB; }

 span { border-color: rgb(23,129,219); }

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