Html Css Color HEX #07028C Dark Blue

📋 copy color: '#07028C'

red 7 ◦ green 2 ◦ blue 140

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

Shades of Dark Blue #07028C

Tints of Dark Blue #07028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.34%

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

R = 4.7%
G = 1.34%
B = 93.96%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07028C (or 0x07028C) is known color: Dark Blue. HEX triplet: 07, 02 and 8C. RGB value is (7,2,140). Sum of RGB (Red+Green+Blue) = 7+2+140=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 140 (55.08% from 255 or 93.96% from 149); Max value from RGB is 140 - color contains mainly: blue. Hex color #07028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07028C is #F8FD73. Grayscale: #121212. Windows color (decimal): -16317812 or 9175559. OLE color: 9175559.

HSL color Cylindrical-coordinate representation of color #07028C: hue angle of 242.17º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07028C is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 2 140 -
CMYK 0.95 0.99 0 0.45
HSL 242.17º 0.97% 0.28% -
HSV(B) 242.17º 0.99% 0.55% -
XYZ 4.84 1.98 24.94 -
YUV 19.23 196.16 119.28 -
System Red Green Blue C M Y K H S L
Decimal 7 2 140 0.95 0.99 0 0.45 242.17 0.97 0.28
Hex 7 2 8C 5F 63 0 2D F2 61 1C
Octal 7 2 214 137 143 0 55 362 141 34
Binary 111 10 10001100 1011111 1100011 0 101101 11110010 1100001 11100

Color Harmonies of #07028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07028C

Black with #07028C

Text Example


Text Example

White with #07028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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