Html Css Color HEX #010292 Dark Blue

📋 copy color: '#010292'

red 1 ◦ green 2 ◦ blue 146

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

Shades of Dark Blue #010292

Tints of Dark Blue #010292

RGB

 RED value IS 1 (0.78% from 255) = 0.67%

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

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

R = 0.67%
G = 1.34%
B = 97.99%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#010292 (or 0x010292) is known color: Dark Blue. HEX triplet: 01, 02 and 92. RGB value is (1,2,146). Sum of RGB (Red+Green+Blue) = 1+2+146=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 146 (57.42% from 255 or 97.99% from 149); Max value from RGB is 146 - color contains mainly: blue. Hex color #010292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010292 is #FEFD6D. Grayscale: #111111. Windows color (decimal): -16711022 or 9568769. OLE color: 9568769.

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

Color convert

RGB 1 2 146 -
CMYK 0.99 0.99 0 0.43
HSL 239.59º 0.99% 0.29% -
HSV(B) 239.59º 0.99% 0.57% -
XYZ 5.22 2.13 27.33 -
YUV 18.12 200.17 115.79 -
System Red Green Blue C M Y K H S L
Decimal 1 2 146 0.99 0.99 0 0.43 239.59 0.99 0.29
Hex 1 2 92 63 63 0 2B F0 63 1D
Octal 1 2 222 143 143 0 53 360 143 35
Binary 1 10 10010010 1100011 1100011 0 101011 11110000 1100011 11101

Color Harmonies of #010292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010292

Black with #010292

Text Example


Text Example

White with #010292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010292; }

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

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

background-color css

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

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

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

border-color css

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

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

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