Html Css Color HEX #000274 Navy

📋 copy color: '#000274'

red 0 ◦ green 2 ◦ blue 116

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

Shades of Navy #000274

Tints of Navy #000274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.69%

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

R = 0%
G = 1.69%
B = 98.31%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#000274 (or 0x000274) is known color: Navy. HEX triplet: 00, 02 and 74. RGB value is (0,2,116). Sum of RGB (Red+Green+Blue) = 0+2+116=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 116 (45.70% from 255 or 98.31% from 118); Max value from RGB is 116 - color contains mainly: blue. Hex color #000274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000274 is #FFFD8B. Grayscale: #0D0D0D. Windows color (decimal): -16776588 or 7602688. OLE color: 7602688.

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

Color convert

RGB 0 2 116 -
CMYK 1 0.98 0 0.55
HSL 238.97º 1% 0.23% -
HSV(B) 238.97º 1% 0.45% -
XYZ 3.17 1.3 16.61 -
YUV 14.4 185.34 117.73 -
System Red Green Blue C M Y K H S L
Decimal 0 2 116 1 0.98 0 0.55 238.97 1 0.23
Hex 0 2 74 64 62 0 37 EF 64 17
Octal 0 2 164 144 142 0 67 357 144 27
Binary 0 10 1110100 1100100 1100010 0 110111 11101111 1100100 10111

Color Harmonies of #000274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000274

Black with #000274

Text Example


Text Example

White with #000274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000274; }

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

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

background-color css

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

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

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

border-color css

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

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

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