Html Css Color HEX #010B8D Dark Blue

📋 copy color: '#010B8D'

red 1 ◦ green 11 ◦ blue 141

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

Shades of Dark Blue #010B8D

Tints of Dark Blue #010B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 92.16%

R = 0.65%
G = 7.19%
B = 92.16%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#010B8D (or 0x010B8D) is known color: Dark Blue. HEX triplet: 01, 0B and 8D. RGB value is (1,11,141). Sum of RGB (Red+Green+Blue) = 1+11+141=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 141 (55.47% from 255 or 92.16% from 153); Max value from RGB is 141 - color contains mainly: blue. Hex color #010B8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010B8D is #FEF472. Grayscale: #161616. Windows color (decimal): -16708723 or 9243393. OLE color: 9243393.

HSL color Cylindrical-coordinate representation of color #010B8D: hue angle of 235.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B8D is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 11 141 -
CMYK 0.99 0.92 0 0.45
HSL 235.71º 0.99% 0.28% -
HSV(B) 235.71º 0.99% 0.55% -
XYZ 4.94 2.17 25.36 -
YUV 22.83 194.69 112.43 -
System Red Green Blue C M Y K H S L
Decimal 1 11 141 0.99 0.92 0 0.45 235.71 0.99 0.28
Hex 1 B 8D 63 5C 0 2D EC 63 1C
Octal 1 13 215 143 134 0 55 354 143 34
Binary 1 1011 10001101 1100011 1011100 0 101101 11101100 1100011 11100

Color Harmonies of #010B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B8D

Black with #010B8D

Text Example


Text Example

White with #010B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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