Html Css Color HEX #01178B Dark Blue

📋 copy color: '#01178B'

red 1 ◦ green 23 ◦ blue 139

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

Shades of Dark Blue #01178B

Tints of Dark Blue #01178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.11%

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

R = 0.61%
G = 14.11%
B = 85.28%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01178B (or 0x01178B) is known color: Dark Blue. HEX triplet: 01, 17 and 8B. RGB value is (1,23,139). Sum of RGB (Red+Green+Blue) = 1+23+139=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 139 (54.69% from 255 or 85.28% from 163); Max value from RGB is 139 - color contains mainly: blue. Hex color #01178B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01178B is #FEE874. Grayscale: #1D1D1D. Windows color (decimal): -16705653 or 9115393. OLE color: 9115393.

HSL color Cylindrical-coordinate representation of color #01178B: hue angle of 230.43º 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 #01178B is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 23 139 -
CMYK 0.99 0.83 0 0.45
HSL 230.43º 0.99% 0.27% -
HSV(B) 230.43º 0.99% 0.55% -
XYZ 4.98 2.48 24.64 -
YUV 29.65 189.71 107.57 -
System Red Green Blue C M Y K H S L
Decimal 1 23 139 0.99 0.83 0 0.45 230.43 0.99 0.27
Hex 1 17 8B 63 53 0 2D E6 63 1B
Octal 1 27 213 143 123 0 55 346 143 33
Binary 1 10111 10001011 1100011 1010011 0 101101 11100110 1100011 11011

Color Harmonies of #01178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01178B

Black with #01178B

Text Example


Text Example

White with #01178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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