Html Css Color HEX #000284 Navy

📋 copy color: '#000284'

red 0 ◦ green 2 ◦ blue 132

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

Shades of Navy #000284

Tints of Navy #000284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 98.51%

R = 0%
G = 1.49%
B = 98.51%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#000284 (or 0x000284) is known color: Navy. HEX triplet: 00, 02 and 84. RGB value is (0,2,132). Sum of RGB (Red+Green+Blue) = 0+2+132=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 132 (51.95% from 255 or 98.51% from 134); Max value from RGB is 132 - color contains mainly: blue. Hex color #000284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000284 is #FFFD7B. Grayscale: #0F0F0F. Windows color (decimal): -16776572 or 8651264. OLE color: 8651264.

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

Color convert

RGB 0 2 132 -
CMYK 1 0.98 0 0.48
HSL 239.09º 1% 0.26% -
HSV(B) 239.09º 1% 0.52% -
XYZ 4.19 1.71 21.94 -
YUV 16.22 193.34 116.43 -
System Red Green Blue C M Y K H S L
Decimal 0 2 132 1 0.98 0 0.48 239.09 1 0.26
Hex 0 2 84 64 62 0 30 EF 64 1A
Octal 0 2 204 144 142 0 60 357 144 32
Binary 0 10 10000100 1100100 1100010 0 110000 11101111 1100100 11010

Color Harmonies of #000284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000284

Black with #000284

Text Example


Text Example

White with #000284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000284; }

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

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

background-color css

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

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

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

border-color css

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

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

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