Html Css Color HEX #00148D Dark Blue

📋 copy color: '#00148D'

red 0 ◦ green 20 ◦ blue 141

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

Shades of Dark Blue #00148D

Tints of Dark Blue #00148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.42%

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

R = 0%
G = 12.42%
B = 87.58%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00148D (or 0x00148D) is known color: Dark Blue. HEX triplet: 00, 14 and 8D. RGB value is (0,20,141). Sum of RGB (Red+Green+Blue) = 0+20+141=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 141 (55.47% from 255 or 87.58% from 161); Max value from RGB is 141 - color contains mainly: blue. Hex color #00148D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00148D is #FFEB72. Grayscale: #1B1B1B. Windows color (decimal): -16771955 or 9245696. OLE color: 9245696.

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

Color convert

RGB 0 20 141 -
CMYK 1 0.86 0 0.45
HSL 231.49º 1% 0.28% -
HSV(B) 231.49º 1% 0.55% -
XYZ 5.06 2.42 25.4 -
YUV 27.81 191.87 108.16 -
System Red Green Blue C M Y K H S L
Decimal 0 20 141 1 0.86 0 0.45 231.49 1 0.28
Hex 0 14 8D 64 56 0 2D E7 64 1C
Octal 0 24 215 144 126 0 55 347 144 34
Binary 0 10100 10001101 1100100 1010110 0 101101 11100111 1100100 11100

Color Harmonies of #00148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00148D

Black with #00148D

Text Example


Text Example

White with #00148D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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