Html Css Color HEX #1376DB Navy Blue

📋 copy color: '#1376DB'

red 19 ◦ green 118 ◦ blue 219

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

Shades of Navy Blue #1376DB

Tints of Navy Blue #1376DB

RGB

 RED value IS 19 (7.81% from 255) = 5.34%

 GREEN value IS 118 (46.48% from 255) = 33.15%

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

R = 5.34%
G = 33.15%
B = 61.52%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1376DB (or 0x1376DB) is known color: Navy Blue. HEX triplet: 13, 76 and DB. RGB value is (19,118,219). Sum of RGB (Red+Green+Blue) = 19+118+219=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #1376DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376DB is #EC8924. Grayscale: #636363. Windows color (decimal): -15501605 or 14382611. OLE color: 14382611.

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

Color convert

RGB 19 118 219 -
CMYK 0.91 0.46 0 0.14
HSL 210.3º 0.84% 0.47% -
HSV(B) 210.3º 0.91% 0.86% -
XYZ 19.53 18.21 69.5 -
YUV 99.91 195.2 70.29 -
System Red Green Blue C M Y K H S L
Decimal 19 118 219 0.91 0.46 0 0.14 210.3 0.84 0.47
Hex 13 76 DB 5B 2E 0 E D2 54 2F
Octal 23 166 333 133 56 0 16 322 124 57
Binary 10011 1110110 11011011 1011011 101110 0 1110 11010010 1010100 101111

Color Harmonies of #1376DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1376DB

Black with #1376DB

Text Example


Text Example

White with #1376DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,118,219); }

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

background-color css

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

 a { background-color: rgb(19,118,219); }

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

border-color css

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

 span { border-color: rgb(19,118,219); }

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