Html Css Color HEX #001274 Navy

📋 copy color: '#001274'

red 0 ◦ green 18 ◦ blue 116

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

Shades of Navy #001274

Tints of Navy #001274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 86.57%

R = 0%
G = 13.43%
B = 86.57%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001274 (or 0x001274) is known color: Navy. HEX triplet: 00, 12 and 74. RGB value is (0,18,116). Sum of RGB (Red+Green+Blue) = 0+18+116=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 116 (45.70% from 255 or 86.57% from 134); Max value from RGB is 116 - color contains mainly: blue. Hex color #001274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001274 is #FFED8B. Grayscale: #171717. Windows color (decimal): -16772492 or 7606784. OLE color: 7606784.

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

Color convert

RGB 0 18 116 -
CMYK 1 0.84 0 0.55
HSL 230.69º 1% 0.23% -
HSV(B) 230.69º 1% 0.45% -
XYZ 3.37 1.69 16.67 -
YUV 23.79 180.04 111.03 -
System Red Green Blue C M Y K H S L
Decimal 0 18 116 1 0.84 0 0.55 230.69 1 0.23
Hex 0 12 74 64 54 0 37 E7 64 17
Octal 0 22 164 144 124 0 67 347 144 27
Binary 0 10010 1110100 1100100 1010100 0 110111 11100111 1100100 10111

Color Harmonies of #001274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001274

Black with #001274

Text Example


Text Example

White with #001274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001274; }

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

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

background-color css

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

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

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

border-color css

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

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

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