Html Css Color HEX #001375 Navy

📋 copy color: '#001375'

red 0 ◦ green 19 ◦ blue 117

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

Shades of Navy #001375

Tints of Navy #001375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 86.03%

R = 0%
G = 13.97%
B = 86.03%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001375 (or 0x001375) is known color: Navy. HEX triplet: 00, 13 and 75. RGB value is (0,19,117). Sum of RGB (Red+Green+Blue) = 0+19+117=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #001375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001375 is #FFEC8A. Grayscale: #181818. Windows color (decimal): -16772235 or 7672576. OLE color: 7672576.

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

Color convert

RGB 0 19 117 -
CMYK 1 0.84 0 0.54
HSL 230.26º 1% 0.23% -
HSV(B) 230.26º 1% 0.46% -
XYZ 3.44 1.75 16.99 -
YUV 24.49 180.21 110.53 -
System Red Green Blue C M Y K H S L
Decimal 0 19 117 1 0.84 0 0.54 230.26 1 0.23
Hex 0 13 75 64 54 0 36 E6 64 17
Octal 0 23 165 144 124 0 66 346 144 27
Binary 0 10011 1110101 1100100 1010100 0 110110 11100110 1100100 10111

Color Harmonies of #001375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001375

Black with #001375

Text Example


Text Example

White with #001375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001375; }

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

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

background-color css

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

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

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

border-color css

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

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

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