#00188A

Color #00188A Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #00188A

Tints of Dark Blue #00188A

Color information

#00188A (or 0x00188A) is unknown color: approx Dark Blue. HEX triplet: 00, 18 and 8A. RGB value is (0,24,138). Sum of RGB (Red+Green+Blue) = 0+24+138=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 24 (9.77% from 255 or 14.81% 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 #00188A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00188A is #FFE775. Grayscale: #1D1D1D. Windows color (decimal): -16770934 or 9050112. OLE color: 9050112.

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

Color convert

RGB024138-
CMYK10.8300.46
HSL229.57º100%27.06%-
HSV(B)229.57º100%54.12%-
XYZ4.912.4924.27-
YUV29.82189.05106.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 14.81%
BLUE value IS 138 (54.30% from 255) = 85.19%
R=0%
G=14.81%
B=85.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal02413810.8300.46229.5710027.06
Hex0188A645302Ee6641b
Octal03021214412305634614433
Binary0110001000101011001001010011010111011100110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,24,138); }

 H1.HeaderClassName
 {
   color: #00188A;
 }
 .AnyTagClassName
 {
   color: #00188A;
 }
</style>
background-color css

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

 a { background-color: rgb(0,24,138); }

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

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

 span { border-color: rgb(0,24,138); }

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