Html Css Color HEX #07058A Dark Blue

📋 copy color: '#07058A'

red 7 ◦ green 5 ◦ blue 138

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

Shades of Dark Blue #07058A

Tints of Dark Blue #07058A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

 BLUE value IS 138 (54.3% from 255) = 92%

R = 4.67%
G = 3.33%
B = 92%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07058A (or 0x07058A) is known color: Dark Blue. HEX triplet: 07, 05 and 8A. RGB value is (7,5,138). Sum of RGB (Red+Green+Blue) = 7+5+138=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 138 (54.30% from 255 or 92% from 150); Max value from RGB is 138 - color contains mainly: blue. Hex color #07058A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07058A is #F8FA75. Grayscale: #141414. Windows color (decimal): -16317046 or 9045255. OLE color: 9045255.

HSL color Cylindrical-coordinate representation of color #07058A: hue angle of 240.9º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07058A is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 5 138 -
CMYK 0.95 0.96 0 0.46
HSL 240.9º 0.93% 0.28% -
HSV(B) 240.9º 0.96% 0.54% -
XYZ 4.73 1.99 24.18 -
YUV 20.76 194.16 118.19 -
System Red Green Blue C M Y K H S L
Decimal 7 5 138 0.95 0.96 0 0.46 240.9 0.93 0.28
Hex 7 5 8A 5F 60 0 2E F1 5D 1C
Octal 7 5 212 137 140 0 56 361 135 34
Binary 111 101 10001010 1011111 1100000 0 101110 11110001 1011101 11100

Color Harmonies of #07058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07058A

Black with #07058A

Text Example


Text Example

White with #07058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07058A; }

 p { color: rgb(7,5,138); }

 H1.HeaderClassName
 {
   color: #07058A;
 }
 .AnyTagClassName
 {
   color: #07058A;
 }
</style>

background-color css

<style>
 a { background-color: #07058A; }

 a { background-color: rgb(7,5,138); }

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

border-color css

<style>
 span { border-color: #07058A; }

 span { border-color: rgb(7,5,138); }

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