Html Css Color HEX #00118C Dark Blue

📋 copy color: '#00118C'

red 0 ◦ green 17 ◦ blue 140

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

Shades of Dark Blue #00118C

Tints of Dark Blue #00118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 89.17%

R = 0%
G = 10.83%
B = 89.17%

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

#00118C (or 0x00118C) is known color: Dark Blue. HEX triplet: 00, 11 and 8C. RGB value is (0,17,140). Sum of RGB (Red+Green+Blue) = 0+17+140=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 140 (55.08% from 255 or 89.17% from 157); Max value from RGB is 140 - color contains mainly: blue. Hex color #00118C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00118C is #FFEE73. Grayscale: #191919. Windows color (decimal): -16772724 or 9179392. OLE color: 9179392.

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

Color convert

RGB 0 17 140 -
CMYK 1 0.88 0 0.45
HSL 232.71º 1% 0.27% -
HSV(B) 232.71º 1% 0.55% -
XYZ 4.93 2.29 24.99 -
YUV 25.94 192.37 109.5 -
System Red Green Blue C M Y K H S L
Decimal 0 17 140 1 0.88 0 0.45 232.71 1 0.27
Hex 0 11 8C 64 58 0 2D E9 64 1B
Octal 0 21 214 144 130 0 55 351 144 33
Binary 0 10001 10001100 1100100 1011000 0 101101 11101001 1100100 11011

Color Harmonies of #00118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00118C

Black with #00118C

Text Example


Text Example

White with #00118C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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