Html Css Color HEX #1376CF Navy Blue

📋 copy color: '#1376CF'

red 19 ◦ green 118 ◦ blue 207

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

Shades of Navy Blue #1376CF

Tints of Navy Blue #1376CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.17%

R = 5.52%
G = 34.3%
B = 60.17%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1376CF (or 0x1376CF) is known color: Navy Blue. HEX triplet: 13, 76 and CF. RGB value is (19,118,207). Sum of RGB (Red+Green+Blue) = 19+118+207=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #1376CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1376CF is #EC8930. Grayscale: #626262. Windows color (decimal): -15501617 or 13596179. OLE color: 13596179.

HSL color Cylindrical-coordinate representation of color #1376CF: hue angle of 208.4º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1376CF is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 118 207 -
CMYK 0.91 0.43 0 0.19
HSL 208.4º 0.83% 0.44% -
HSV(B) 208.4º 0.91% 0.81% -
XYZ 18.01 17.6 61.48 -
YUV 98.55 189.2 71.26 -
System Red Green Blue C M Y K H S L
Decimal 19 118 207 0.91 0.43 0 0.19 208.4 0.83 0.44
Hex 13 76 CF 5B 2B 0 13 D0 53 2C
Octal 23 166 317 133 53 0 23 320 123 54
Binary 10011 1110110 11001111 1011011 101011 0 10011 11010000 1010011 101100

Color Harmonies of #1376CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1376CF

Black with #1376CF

Text Example


Text Example

White with #1376CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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