Html Css Color HEX #010592 Dark Blue

📋 copy color: '#010592'

red 1 ◦ green 5 ◦ blue 146

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

Shades of Dark Blue #010592

Tints of Dark Blue #010592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

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

R = 0.66%
G = 3.29%
B = 96.05%

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

#010592 (or 0x010592) is known color: Dark Blue. HEX triplet: 01, 05 and 92. RGB value is (1,5,146). Sum of RGB (Red+Green+Blue) = 1+5+146=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 146 (57.42% from 255 or 96.05% from 152); Max value from RGB is 146 - color contains mainly: blue. Hex color #010592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010592 is #FEFA6D. Grayscale: #131313. Windows color (decimal): -16710254 or 9569537. OLE color: 9569537.

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

Color convert

RGB 1 5 146 -
CMYK 0.99 0.97 0 0.43
HSL 238.34º 0.99% 0.29% -
HSV(B) 238.34º 0.99% 0.57% -
XYZ 5.26 2.19 27.34 -
YUV 19.88 199.17 114.54 -
System Red Green Blue C M Y K H S L
Decimal 1 5 146 0.99 0.97 0 0.43 238.34 0.99 0.29
Hex 1 5 92 63 61 0 2B EE 63 1D
Octal 1 5 222 143 141 0 53 356 143 35
Binary 1 101 10010010 1100011 1100001 0 101011 11101110 1100011 11101

Color Harmonies of #010592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010592

Black with #010592

Text Example


Text Example

White with #010592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010592; }

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

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

background-color css

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

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

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

border-color css

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

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

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