Html Css Color HEX #001378 Navy

📋 copy color: '#001378'

red 0 ◦ green 19 ◦ blue 120

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

Shades of Navy #001378

Tints of Navy #001378

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 19 (7.81% from 255) = 13.67%

 BLUE value IS 120 (47.27% from 255) = 86.33%

R = 0%
G = 13.67%
B = 86.33%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001378 (or 0x001378) is known color: Navy. HEX triplet: 00, 13 and 78. RGB value is (0,19,120). Sum of RGB (Red+Green+Blue) = 0+19+120=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 120 (47.27% from 255 or 86.33% from 139); Max value from RGB is 120 - color contains mainly: blue. Hex color #001378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001378 is #FFEC87. Grayscale: #181818. Windows color (decimal): -16772232 or 7869184. OLE color: 7869184.

HSL color Cylindrical-coordinate representation of color #001378: hue angle of 230.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001378 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 19 120 -
CMYK 1 0.84 0 0.53
HSL 230.5º 1% 0.24% -
HSV(B) 230.5º 1% 0.47% -
XYZ 3.62 1.82 17.93 -
YUV 24.83 181.71 110.29 -
System Red Green Blue C M Y K H S L
Decimal 0 19 120 1 0.84 0 0.53 230.5 1 0.24
Hex 0 13 78 64 54 0 35 E6 64 18
Octal 0 23 170 144 124 0 65 346 144 30
Binary 0 10011 1111000 1100100 1010100 0 110101 11100110 1100100 11000

Color Harmonies of #001378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001378

Black with #001378

Text Example


Text Example

White with #001378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001378; }

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

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

background-color css

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

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

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

border-color css

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

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

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