Html Css Color HEX #010B92 Dark Blue

📋 copy color: '#010B92'

red 1 ◦ green 11 ◦ blue 146

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

Shades of Dark Blue #010B92

Tints of Dark Blue #010B92

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.96%

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

R = 0.63%
G = 6.96%
B = 92.41%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#010B92 (or 0x010B92) is known color: Dark Blue. HEX triplet: 01, 0B and 92. RGB value is (1,11,146). Sum of RGB (Red+Green+Blue) = 1+11+146=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 146 (57.42% from 255 or 92.41% from 158); Max value from RGB is 146 - color contains mainly: blue. Hex color #010B92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010B92 is #FEF46D. Grayscale: #161616. Windows color (decimal): -16708718 or 9571073. OLE color: 9571073.

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

Color convert

RGB 1 11 146 -
CMYK 0.99 0.92 0 0.43
HSL 235.86º 0.99% 0.29% -
HSV(B) 235.86º 0.99% 0.57% -
XYZ 5.32 2.32 27.36 -
YUV 23.4 197.19 112.02 -
System Red Green Blue C M Y K H S L
Decimal 1 11 146 0.99 0.92 0 0.43 235.86 0.99 0.29
Hex 1 B 92 63 5C 0 2B EC 63 1D
Octal 1 13 222 143 134 0 53 354 143 35
Binary 1 1011 10010010 1100011 1011100 0 101011 11101100 1100011 11101

Color Harmonies of #010B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B92

Black with #010B92

Text Example


Text Example

White with #010B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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