Html Css Color HEX #07098C Dark Blue

📋 copy color: '#07098C'

red 7 ◦ green 9 ◦ blue 140

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

Shades of Dark Blue #07098C

Tints of Dark Blue #07098C

RGB

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

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

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

R = 4.49%
G = 5.77%
B = 89.74%

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

#07098C (or 0x07098C) is known color: Dark Blue. HEX triplet: 07, 09 and 8C. RGB value is (7,9,140). Sum of RGB (Red+Green+Blue) = 7+9+140=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 140 (55.08% from 255 or 89.74% from 156); Max value from RGB is 140 - color contains mainly: blue. Hex color #07098C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07098C is #F8F673. Grayscale: #161616. Windows color (decimal): -16316020 or 9177351. OLE color: 9177351.

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

Color convert

RGB 7 9 140 -
CMYK 0.95 0.94 0 0.45
HSL 239.1º 0.9% 0.29% -
HSV(B) 239.1º 0.95% 0.55% -
XYZ 4.92 2.13 24.96 -
YUV 23.34 193.84 116.35 -
System Red Green Blue C M Y K H S L
Decimal 7 9 140 0.95 0.94 0 0.45 239.1 0.9 0.29
Hex 7 9 8C 5F 5E 0 2D EF 5A 1D
Octal 7 11 214 137 136 0 55 357 132 35
Binary 111 1001 10001100 1011111 1011110 0 101101 11101111 1011010 11101

Color Harmonies of #07098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07098C

Black with #07098C

Text Example


Text Example

White with #07098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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