Html Css Color HEX #000261 Navy

📋 copy color: '#000261'

red 0 ◦ green 2 ◦ blue 97

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

Shades of Navy #000261

Tints of Navy #000261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 97.98%

R = 0%
G = 2.02%
B = 97.98%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#000261 (or 0x000261) is known color: Navy. HEX triplet: 00, 02 and 61. RGB value is (0,2,97). Sum of RGB (Red+Green+Blue) = 0+2+97=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 97 (38.28% from 255 or 97.98% from 99); Max value from RGB is 97 - color contains mainly: blue. Hex color #000261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000261 is #FFFD9E. Grayscale: #0B0B0B. Windows color (decimal): -16776607 or 6357504. OLE color: 6357504.

HSL color Cylindrical-coordinate representation of color #000261: hue angle of 238.76º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000261 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 2 97 -
CMYK 1 0.98 0 0.62
HSL 238.76º 1% 0.19% -
HSV(B) 238.76º 1% 0.38% -
XYZ 2.18 0.91 11.37 -
YUV 12.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 0 2 97 1 0.98 0 0.62 238.76 1 0.19
Hex 0 2 61 64 62 0 3E EF 64 13
Octal 0 2 141 144 142 0 76 357 144 23
Binary 0 10 1100001 1100100 1100010 0 111110 11101111 1100100 10011

Color Harmonies of #000261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000261

Black with #000261

Text Example


Text Example

White with #000261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000261; }

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

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

background-color css

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

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

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

border-color css

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

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

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