Html Css Color HEX #00118D Dark Blue

📋 copy color: '#00118D'

red 0 ◦ green 17 ◦ blue 141

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

Shades of Dark Blue #00118D

Tints of Dark Blue #00118D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 17 (7.03% from 255) = 10.76%

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

R = 0%
G = 10.76%
B = 89.24%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00118D (or 0x00118D) is known color: Dark Blue. HEX triplet: 00, 11 and 8D. RGB value is (0,17,141). Sum of RGB (Red+Green+Blue) = 0+17+141=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 141 (55.47% from 255 or 89.24% from 158); Max value from RGB is 141 - color contains mainly: blue. Hex color #00118D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00118D is #FFEE72. Grayscale: #191919. Windows color (decimal): -16772723 or 9244928. OLE color: 9244928.

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

Color convert

RGB 0 17 141 -
CMYK 1 0.88 0 0.45
HSL 232.77º 1% 0.28% -
HSV(B) 232.77º 1% 0.55% -
XYZ 5.01 2.32 25.38 -
YUV 26.05 192.87 109.42 -
System Red Green Blue C M Y K H S L
Decimal 0 17 141 1 0.88 0 0.45 232.77 1 0.28
Hex 0 11 8D 64 58 0 2D E9 64 1C
Octal 0 21 215 144 130 0 55 351 144 34
Binary 0 10001 10001101 1100100 1011000 0 101101 11101001 1100100 11100

Color Harmonies of #00118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00118D

Black with #00118D

Text Example


Text Example

White with #00118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00118D; }

 p { color: rgb(0,17,141); }

 H1.HeaderClassName
 {
   color: #00118D;
 }
 .AnyTagClassName
 {
   color: #00118D;
 }
</style>

background-color css

<style>
 a { background-color: #00118D; }

 a { background-color: rgb(0,17,141); }

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

border-color css

<style>
 span { border-color: #00118D; }

 span { border-color: rgb(0,17,141); }

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