Html Css Color HEX #1376DF Navy Blue

📋 copy color: '#1376DF'

red 19 ◦ green 118 ◦ blue 223

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

Shades of Navy Blue #1376DF

Tints of Navy Blue #1376DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.94%

R = 5.28%
G = 32.78%
B = 61.94%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1376DF (or 0x1376DF) is known color: Navy Blue. HEX triplet: 13, 76 and DF. RGB value is (19,118,223). Sum of RGB (Red+Green+Blue) = 19+118+223=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #1376DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376DF is #EC8920. Grayscale: #636363. Windows color (decimal): -15501601 or 14644755. OLE color: 14644755.

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

Color convert

RGB 19 118 223 -
CMYK 0.91 0.47 0 0.13
HSL 210.88º 0.84% 0.47% -
HSV(B) 210.88º 0.91% 0.87% -
XYZ 20.07 18.42 72.31 -
YUV 100.37 197.2 69.96 -
System Red Green Blue C M Y K H S L
Decimal 19 118 223 0.91 0.47 0 0.13 210.88 0.84 0.47
Hex 13 76 DF 5B 2F 0 D D3 54 2F
Octal 23 166 337 133 57 0 15 323 124 57
Binary 10011 1110110 11011111 1011011 101111 0 1101 11010011 1010100 101111

Color Harmonies of #1376DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1376DF

Black with #1376DF

Text Example


Text Example

White with #1376DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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