Html Css Color HEX #00078C Dark Blue

📋 copy color: '#00078C'

red 0 ◦ green 7 ◦ blue 140

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

Shades of Dark Blue #00078C

Tints of Dark Blue #00078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 95.24%

R = 0%
G = 4.76%
B = 95.24%

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

#00078C (or 0x00078C) is known color: Dark Blue. HEX triplet: 00, 07 and 8C. RGB value is (0,7,140). Sum of RGB (Red+Green+Blue) = 0+7+140=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 140 (55.08% from 255 or 95.24% from 147); Max value from RGB is 140 - color contains mainly: blue. Hex color #00078C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00078C is #FFF873. Grayscale: #131313. Windows color (decimal): -16775284 or 9176832. OLE color: 9176832.

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

Color convert

RGB 0 7 140 -
CMYK 1 0.95 0 0.45
HSL 237º 1% 0.27% -
HSV(B) 237º 1% 0.55% -
XYZ 4.81 2.05 24.95 -
YUV 20.07 195.68 113.69 -
System Red Green Blue C M Y K H S L
Decimal 0 7 140 1 0.95 0 0.45 237 1 0.27
Hex 0 7 8C 64 5F 0 2D ED 64 1B
Octal 0 7 214 144 137 0 55 355 144 33
Binary 0 111 10001100 1100100 1011111 0 101101 11101101 1100100 11011

Color Harmonies of #00078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00078C

Black with #00078C

Text Example


Text Example

White with #00078C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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