Html Css Color HEX #000292 Dark Blue

📋 copy color: '#000292'

red 0 ◦ green 2 ◦ blue 146

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

Shades of Dark Blue #000292

Tints of Dark Blue #000292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 98.65%

R = 0%
G = 1.35%
B = 98.65%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#000292 (or 0x000292) is known color: Dark Blue. HEX triplet: 00, 02 and 92. RGB value is (0,2,146). Sum of RGB (Red+Green+Blue) = 0+2+146=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 146 (57.42% from 255 or 98.65% from 148); Max value from RGB is 146 - color contains mainly: blue. Hex color #000292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000292 is #FFFD6D. Grayscale: #111111. Windows color (decimal): -16776558 or 9568768. OLE color: 9568768.

HSL color Cylindrical-coordinate representation of color #000292: hue angle of 239.18º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000292 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 2 146 -
CMYK 1 0.99 0 0.43
HSL 239.18º 1% 0.29% -
HSV(B) 239.18º 1% 0.57% -
XYZ 5.21 2.12 27.33 -
YUV 17.82 200.34 115.29 -
System Red Green Blue C M Y K H S L
Decimal 0 2 146 1 0.99 0 0.43 239.18 1 0.29
Hex 0 2 92 64 63 0 2B EF 64 1D
Octal 0 2 222 144 143 0 53 357 144 35
Binary 0 10 10010010 1100100 1100011 0 101011 11101111 1100100 11101

Color Harmonies of #000292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000292

Black with #000292

Text Example


Text Example

White with #000292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000292; }

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

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

background-color css

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

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

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

border-color css

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

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

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