Html Css Color HEX #1675DB Navy Blue

📋 copy color: '#1675DB'

red 22 ◦ green 117 ◦ blue 219

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

Shades of Navy Blue #1675DB

Tints of Navy Blue #1675DB

RGB

 RED value IS 22 (8.98% from 255) = 6.15%

 GREEN value IS 117 (46.09% from 255) = 32.68%

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

R = 6.15%
G = 32.68%
B = 61.17%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1675DB (or 0x1675DB) is known color: Navy Blue. HEX triplet: 16, 75 and DB. RGB value is (22,117,219). Sum of RGB (Red+Green+Blue) = 22+117+219=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #1675DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1675DB is #E98A24. Grayscale: #636363. Windows color (decimal): -15305253 or 14382358. OLE color: 14382358.

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

Color convert

RGB 22 117 219 -
CMYK 0.90 0.47 0 0.14
HSL 211.07º 0.82% 0.47% -
HSV(B) 211.07º 0.9% 0.86% -
XYZ 19.48 18.01 69.47 -
YUV 100.22 195.03 72.21 -
System Red Green Blue C M Y K H S L
Decimal 22 117 219 0.90 0.47 0 0.14 211.07 0.82 0.47
Hex 16 75 DB 5A 2F 0 E D3 52 2F
Octal 26 165 333 132 57 0 16 323 122 57
Binary 10110 1110101 11011011 1011010 101111 0 1110 11010011 1010010 101111

Color Harmonies of #1675DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1675DB

Black with #1675DB

Text Example


Text Example

White with #1675DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,117,219); }

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

background-color css

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

 a { background-color: rgb(22,117,219); }

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

border-color css

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

 span { border-color: rgb(22,117,219); }

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