Html Css Color HEX #01178A Dark Blue

📋 copy color: '#01178A'

red 1 ◦ green 23 ◦ blue 138

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

Shades of Dark Blue #01178A

Tints of Dark Blue #01178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 85.19%

R = 0.62%
G = 14.2%
B = 85.19%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01178A (or 0x01178A) is known color: Dark Blue. HEX triplet: 01, 17 and 8A. RGB value is (1,23,138). Sum of RGB (Red+Green+Blue) = 1+23+138=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 138 (54.30% from 255 or 85.19% from 162); Max value from RGB is 138 - color contains mainly: blue. Hex color #01178A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01178A is #FEE875. Grayscale: #1D1D1D. Windows color (decimal): -16705654 or 9049857. OLE color: 9049857.

HSL color Cylindrical-coordinate representation of color #01178A: hue angle of 230.36º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01178A is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 23 138 -
CMYK 0.99 0.83 0 0.46
HSL 230.37º 0.99% 0.27% -
HSV(B) 230.37º 0.99% 0.54% -
XYZ 4.91 2.45 24.26 -
YUV 29.53 189.21 107.65 -
System Red Green Blue C M Y K H S L
Decimal 1 23 138 0.99 0.83 0 0.46 230.37 0.99 0.27
Hex 1 17 8A 63 53 0 2E E6 63 1B
Octal 1 27 212 143 123 0 56 346 143 33
Binary 1 10111 10001010 1100011 1010011 0 101110 11100110 1100011 11011

Color Harmonies of #01178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01178A

Black with #01178A

Text Example


Text Example

White with #01178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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