Html Css Color HEX #010992 Dark Blue

📋 copy color: '#010992'

red 1 ◦ green 9 ◦ blue 146

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

Shades of Dark Blue #010992

Tints of Dark Blue #010992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.77%

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

R = 0.64%
G = 5.77%
B = 93.59%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#010992 (or 0x010992) is known color: Dark Blue. HEX triplet: 01, 09 and 92. RGB value is (1,9,146). Sum of RGB (Red+Green+Blue) = 1+9+146=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 146 (57.42% from 255 or 93.59% from 156); Max value from RGB is 146 - color contains mainly: blue. Hex color #010992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010992 is #FEF66D. Grayscale: #151515. Windows color (decimal): -16709230 or 9570561. OLE color: 9570561.

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

Color convert

RGB 1 9 146 -
CMYK 0.99 0.94 0 0.43
HSL 236.69º 0.99% 0.29% -
HSV(B) 236.69º 0.99% 0.57% -
XYZ 5.3 2.28 27.35 -
YUV 22.23 197.85 112.86 -
System Red Green Blue C M Y K H S L
Decimal 1 9 146 0.99 0.94 0 0.43 236.69 0.99 0.29
Hex 1 9 92 63 5E 0 2B ED 63 1D
Octal 1 11 222 143 136 0 53 355 143 35
Binary 1 1001 10010010 1100011 1011110 0 101011 11101101 1100011 11101

Color Harmonies of #010992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010992

Black with #010992

Text Example


Text Example

White with #010992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010992; }

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

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

background-color css

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

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

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

border-color css

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

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

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