#00148B

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

Shades of Dark Blue #00148B

Tints of Dark Blue #00148B

Color information

#00148B (or 0x00148B) is unknown color: approx Dark Blue. HEX triplet: 00, 14 and 8B. RGB value is (0,20,139). Sum of RGB (Red+Green+Blue) = 0+20+139=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 139 (54.69% from 255 or 87.42% from 159); Max value from RGB is 139 - color contains mainly: blue. Hex color #00148B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00148B is #FFEB74. Grayscale: #1B1B1B. Windows color (decimal): -16771957 or 9114624. OLE color: 9114624.

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

Color convert

RGB020139-
CMYK10.8600.45
HSL231.37º100%27.25%-
HSV(B)231.37º100%54.51%-
XYZ4.912.3624.62-
YUV27.59190.87108.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 139 (54.69% from 255) = 87.42%
R=0%
G=12.58%
B=87.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal02013910.8600.45231.3710027.25
Hex0148B645602De7641b
Octal02421314412605534714433
Binary0101001000101111001001010110010110111100111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,20,139); }

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

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

 a { background-color: rgb(0,20,139); }

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

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

 span { border-color: rgb(0,20,139); }

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