Html Css Color HEX #00078D Dark Blue

📋 copy color: '#00078D'

red 0 ◦ green 7 ◦ blue 141

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

Shades of Dark Blue #00078D

Tints of Dark Blue #00078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.73%

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

R = 0%
G = 4.73%
B = 95.27%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00078D (or 0x00078D) is known color: Dark Blue. HEX triplet: 00, 07 and 8D. RGB value is (0,7,141). Sum of RGB (Red+Green+Blue) = 0+7+141=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 141 (55.47% from 255 or 95.27% from 148); Max value from RGB is 141 - color contains mainly: blue. Hex color #00078D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00078D is #FFF872. Grayscale: #131313. Windows color (decimal): -16775283 or 9242368. OLE color: 9242368.

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

Color convert

RGB 0 7 141 -
CMYK 1 0.95 0 0.45
HSL 237.02º 1% 0.28% -
HSV(B) 237.02º 1% 0.55% -
XYZ 4.88 2.08 25.34 -
YUV 20.18 196.18 113.6 -
System Red Green Blue C M Y K H S L
Decimal 0 7 141 1 0.95 0 0.45 237.02 1 0.28
Hex 0 7 8D 64 5F 0 2D ED 64 1C
Octal 0 7 215 144 137 0 55 355 144 34
Binary 0 111 10001101 1100100 1011111 0 101101 11101101 1100100 11100

Color Harmonies of #00078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00078D

Black with #00078D

Text Example


Text Example

White with #00078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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