Html Css Color HEX #1378CF Navy Blue

📋 copy color: '#1378CF'

red 19 ◦ green 120 ◦ blue 207

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

Shades of Navy Blue #1378CF

Tints of Navy Blue #1378CF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

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

R = 5.49%
G = 34.68%
B = 59.83%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1378CF (or 0x1378CF) is known color: Navy Blue. HEX triplet: 13, 78 and CF. RGB value is (19,120,207). Sum of RGB (Red+Green+Blue) = 19+120+207=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #1378CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1378CF is #EC8730. Grayscale: #636363. Windows color (decimal): -15501105 or 13596691. OLE color: 13596691.

HSL color Cylindrical-coordinate representation of color #1378CF: hue angle of 207.77º 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 #1378CF is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 120 207 -
CMYK 0.91 0.42 0 0.19
HSL 207.77º 0.83% 0.44% -
HSV(B) 207.77º 0.91% 0.81% -
XYZ 18.25 18.08 61.56 -
YUV 99.72 188.54 70.43 -
System Red Green Blue C M Y K H S L
Decimal 19 120 207 0.91 0.42 0 0.19 207.77 0.83 0.44
Hex 13 78 CF 5B 2A 0 13 D0 53 2C
Octal 23 170 317 133 52 0 23 320 123 54
Binary 10011 1111000 11001111 1011011 101010 0 10011 11010000 1010011 101100

Color Harmonies of #1378CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1378CF

Black with #1378CF

Text Example


Text Example

White with #1378CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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