Html Css Color HEX #010692 Dark Blue

📋 copy color: '#010692'

red 1 ◦ green 6 ◦ blue 146

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

Shades of Dark Blue #010692

Tints of Dark Blue #010692

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

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

R = 0.65%
G = 3.92%
B = 95.42%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#010692 (or 0x010692) is known color: Dark Blue. HEX triplet: 01, 06 and 92. RGB value is (1,6,146). Sum of RGB (Red+Green+Blue) = 1+6+146=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 146 (57.42% from 255 or 95.42% from 153); Max value from RGB is 146 - color contains mainly: blue. Hex color #010692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010692 is #FEF96D. Grayscale: #131313. Windows color (decimal): -16709998 or 9569793. OLE color: 9569793.

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

Color convert

RGB 1 6 146 -
CMYK 0.99 0.96 0 0.43
HSL 237.93º 0.99% 0.29% -
HSV(B) 237.93º 0.99% 0.57% -
XYZ 5.27 2.21 27.34 -
YUV 20.47 198.84 114.12 -
System Red Green Blue C M Y K H S L
Decimal 1 6 146 0.99 0.96 0 0.43 237.93 0.99 0.29
Hex 1 6 92 63 60 0 2B EE 63 1D
Octal 1 6 222 143 140 0 53 356 143 35
Binary 1 110 10010010 1100011 1100000 0 101011 11101110 1100011 11101

Color Harmonies of #010692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010692

Black with #010692

Text Example


Text Example

White with #010692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010692; }

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

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

background-color css

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

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

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

border-color css

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

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

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