Html Css Color HEX #000389 Dark Blue

📋 copy color: '#000389'

red 0 ◦ green 3 ◦ blue 137

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

Shades of Dark Blue #000389

Tints of Dark Blue #000389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

 BLUE value IS 137 (53.91% from 255) = 97.86%

R = 0%
G = 2.14%
B = 97.86%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#000389 (or 0x000389) is known color: Dark Blue. HEX triplet: 00, 03 and 89. RGB value is (0,3,137). Sum of RGB (Red+Green+Blue) = 0+3+137=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 137 (53.91% from 255 or 97.86% from 140); Max value from RGB is 137 - color contains mainly: blue. Hex color #000389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000389 is #FFFC76. Grayscale: #101010. Windows color (decimal): -16776311 or 8979200. OLE color: 8979200.

HSL color Cylindrical-coordinate representation of color #000389: hue angle of 238.69º 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 #000389 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 3 137 -
CMYK 1 0.98 0 0.46
HSL 238.69º 1% 0.27% -
HSV(B) 238.69º 1% 0.54% -
XYZ 4.55 1.87 23.79 -
YUV 17.38 195.51 115.6 -
System Red Green Blue C M Y K H S L
Decimal 0 3 137 1 0.98 0 0.46 238.69 1 0.27
Hex 0 3 89 64 62 0 2E EF 64 1B
Octal 0 3 211 144 142 0 56 357 144 33
Binary 0 11 10001001 1100100 1100010 0 101110 11101111 1100100 11011

Color Harmonies of #000389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000389

Black with #000389

Text Example


Text Example

White with #000389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000389; }

 p { color: rgb(0,3,137); }

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

background-color css

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

 a { background-color: rgb(0,3,137); }

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

border-color css

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

 span { border-color: rgb(0,3,137); }

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