Html Css Color HEX #07098D Dark Blue

📋 copy color: '#07098D'

red 7 ◦ green 9 ◦ blue 141

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

Shades of Dark Blue #07098D

Tints of Dark Blue #07098D

RGB

 RED value IS 7 (3.13% from 255) = 4.46%

 GREEN value IS 9 (3.91% from 255) = 5.73%

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

R = 4.46%
G = 5.73%
B = 89.81%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07098D (or 0x07098D) is known color: Dark Blue. HEX triplet: 07, 09 and 8D. RGB value is (7,9,141). Sum of RGB (Red+Green+Blue) = 7+9+141=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 141 (55.47% from 255 or 89.81% from 157); Max value from RGB is 141 - color contains mainly: blue. Hex color #07098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07098D is #F8F672. Grayscale: #161616. Windows color (decimal): -16316019 or 9242887. OLE color: 9242887.

HSL color Cylindrical-coordinate representation of color #07098D: hue angle of 239.1º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07098D is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 9 141 -
CMYK 0.95 0.94 0 0.45
HSL 239.1º 0.91% 0.29% -
HSV(B) 239.1º 0.95% 0.55% -
XYZ 4.99 2.16 25.35 -
YUV 23.45 194.34 116.27 -
System Red Green Blue C M Y K H S L
Decimal 7 9 141 0.95 0.94 0 0.45 239.1 0.91 0.29
Hex 7 9 8D 5F 5E 0 2D EF 5B 1D
Octal 7 11 215 137 136 0 55 357 133 35
Binary 111 1001 10001101 1011111 1011110 0 101101 11101111 1011011 11101

Color Harmonies of #07098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07098D

Black with #07098D

Text Example


Text Example

White with #07098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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