Html Css Color HEX #010892 Dark Blue

📋 copy color: '#010892'

red 1 ◦ green 8 ◦ blue 146

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

Shades of Dark Blue #010892

Tints of Dark Blue #010892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

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

R = 0.65%
G = 5.16%
B = 94.19%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#010892 (or 0x010892) is known color: Dark Blue. HEX triplet: 01, 08 and 92. RGB value is (1,8,146). Sum of RGB (Red+Green+Blue) = 1+8+146=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 146 (57.42% from 255 or 94.19% from 155); Max value from RGB is 146 - color contains mainly: blue. Hex color #010892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010892 is #FEF76D. Grayscale: #151515. Windows color (decimal): -16709486 or 9570305. OLE color: 9570305.

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

Color convert

RGB 1 8 146 -
CMYK 0.99 0.95 0 0.43
HSL 237.1º 0.99% 0.29% -
HSV(B) 237.1º 0.99% 0.57% -
XYZ 5.29 2.26 27.35 -
YUV 21.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 1 8 146 0.99 0.95 0 0.43 237.1 0.99 0.29
Hex 1 8 92 63 5F 0 2B ED 63 1D
Octal 1 10 222 143 137 0 53 355 143 35
Binary 1 1000 10010010 1100011 1011111 0 101011 11101101 1100011 11101

Color Harmonies of #010892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010892

Black with #010892

Text Example


Text Example

White with #010892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010892; }

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

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

background-color css

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

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

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

border-color css

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

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

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