Html Css Color HEX #00078F Dark Blue

📋 copy color: '#00078F'

red 0 ◦ green 7 ◦ blue 143

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

Shades of Dark Blue #00078F

Tints of Dark Blue #00078F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 95.33%

R = 0%
G = 4.67%
B = 95.33%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00078F (or 0x00078F) is known color: Dark Blue. HEX triplet: 00, 07 and 8F. RGB value is (0,7,143). Sum of RGB (Red+Green+Blue) = 0+7+143=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 143 (56.25% from 255 or 95.33% from 150); Max value from RGB is 143 - color contains mainly: blue. Hex color #00078F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00078F is #FFF870. Grayscale: #131313. Windows color (decimal): -16775281 or 9373440. OLE color: 9373440.

HSL color Cylindrical-coordinate representation of color #00078F: hue angle of 237.06º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00078F is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 7 143 -
CMYK 1 0.95 0 0.44
HSL 237.06º 1% 0.28% -
HSV(B) 237.06º 1% 0.56% -
XYZ 5.03 2.14 26.13 -
YUV 20.41 197.18 113.44 -
System Red Green Blue C M Y K H S L
Decimal 0 7 143 1 0.95 0 0.44 237.06 1 0.28
Hex 0 7 8F 64 5F 0 2C ED 64 1C
Octal 0 7 217 144 137 0 54 355 144 34
Binary 0 111 10001111 1100100 1011111 0 101100 11101101 1100100 11100

Color Harmonies of #00078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00078F

Black with #00078F

Text Example


Text Example

White with #00078F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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