Html Css Color HEX #001275 Navy

📋 copy color: '#001275'

red 0 ◦ green 18 ◦ blue 117

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

Shades of Navy #001275

Tints of Navy #001275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.33%

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

R = 0%
G = 13.33%
B = 86.67%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001275 (or 0x001275) is known color: Navy. HEX triplet: 00, 12 and 75. RGB value is (0,18,117). Sum of RGB (Red+Green+Blue) = 0+18+117=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 117 (46.09% from 255 or 86.67% from 135); Max value from RGB is 117 - color contains mainly: blue. Hex color #001275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001275 is #FFED8A. Grayscale: #171717. Windows color (decimal): -16772491 or 7672320. OLE color: 7672320.

HSL color Cylindrical-coordinate representation of color #001275: hue angle of 230.77º 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 #001275 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 18 117 -
CMYK 1 0.85 0 0.54
HSL 230.77º 1% 0.23% -
HSV(B) 230.77º 1% 0.46% -
XYZ 3.43 1.72 16.98 -
YUV 23.9 180.54 110.95 -
System Red Green Blue C M Y K H S L
Decimal 0 18 117 1 0.85 0 0.54 230.77 1 0.23
Hex 0 12 75 64 55 0 36 E7 64 17
Octal 0 22 165 144 125 0 66 347 144 27
Binary 0 10010 1110101 1100100 1010101 0 110110 11100111 1100100 10111

Color Harmonies of #001275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001275

Black with #001275

Text Example


Text Example

White with #001275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001275; }

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

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

background-color css

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

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

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

border-color css

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

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

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