Html Css Color HEX #01138B Dark Blue

📋 copy color: '#01138B'

red 1 ◦ green 19 ◦ blue 139

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

Shades of Dark Blue #01138B

Tints of Dark Blue #01138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.95%

 BLUE value IS 139 (54.69% from 255) = 87.42%

R = 0.63%
G = 11.95%
B = 87.42%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01138B (or 0x01138B) is known color: Dark Blue. HEX triplet: 01, 13 and 8B. RGB value is (1,19,139). Sum of RGB (Red+Green+Blue) = 1+19+139=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 139 (54.69% from 255 or 87.42% from 159); Max value from RGB is 139 - color contains mainly: blue. Hex color #01138B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01138B is #FEEC74. Grayscale: #1A1A1A. Windows color (decimal): -16706677 or 9114369. OLE color: 9114369.

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

Color convert

RGB 1 19 139 -
CMYK 0.99 0.86 0 0.45
HSL 232.17º 0.99% 0.27% -
HSV(B) 232.17º 0.99% 0.55% -
XYZ 4.91 2.34 24.62 -
YUV 27.3 191.04 109.24 -
System Red Green Blue C M Y K H S L
Decimal 1 19 139 0.99 0.86 0 0.45 232.17 0.99 0.27
Hex 1 13 8B 63 56 0 2D E8 63 1B
Octal 1 23 213 143 126 0 55 350 143 33
Binary 1 10011 10001011 1100011 1010110 0 101101 11101000 1100011 11011

Color Harmonies of #01138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01138B

Black with #01138B

Text Example


Text Example

White with #01138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01138B; }

 p { color: rgb(1,19,139); }

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

background-color css

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

 a { background-color: rgb(1,19,139); }

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

border-color css

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

 span { border-color: rgb(1,19,139); }

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