Html Css Color HEX #010492 Dark Blue

📋 copy color: '#010492'

red 1 ◦ green 4 ◦ blue 146

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

Shades of Dark Blue #010492

Tints of Dark Blue #010492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

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

R = 0.66%
G = 2.65%
B = 96.69%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#010492 (or 0x010492) is known color: Dark Blue. HEX triplet: 01, 04 and 92. RGB value is (1,4,146). Sum of RGB (Red+Green+Blue) = 1+4+146=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 146 (57.42% from 255 or 96.69% from 151); Max value from RGB is 146 - color contains mainly: blue. Hex color #010492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010492 is #FEFB6D. Grayscale: #121212. Windows color (decimal): -16710510 or 9569281. OLE color: 9569281.

HSL color Cylindrical-coordinate representation of color #010492: hue angle of 238.76º 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 #010492 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 4 146 -
CMYK 0.99 0.97 0 0.43
HSL 238.76º 0.99% 0.29% -
HSV(B) 238.76º 0.99% 0.57% -
XYZ 5.24 2.17 27.34 -
YUV 19.29 199.51 114.95 -
System Red Green Blue C M Y K H S L
Decimal 1 4 146 0.99 0.97 0 0.43 238.76 0.99 0.29
Hex 1 4 92 63 61 0 2B EF 63 1D
Octal 1 4 222 143 141 0 53 357 143 35
Binary 1 100 10010010 1100011 1100001 0 101011 11101111 1100011 11101

Color Harmonies of #010492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010492

Black with #010492

Text Example


Text Example

White with #010492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010492; }

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

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

background-color css

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

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

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

border-color css

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

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

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