Html Css Color HEX #07058B Dark Blue

📋 copy color: '#07058B'

red 7 ◦ green 5 ◦ blue 139

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

Shades of Dark Blue #07058B

Tints of Dark Blue #07058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 92.05%

R = 4.64%
G = 3.31%
B = 92.05%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07058B (or 0x07058B) is known color: Dark Blue. HEX triplet: 07, 05 and 8B. RGB value is (7,5,139). Sum of RGB (Red+Green+Blue) = 7+5+139=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 139 (54.69% from 255 or 92.05% from 151); Max value from RGB is 139 - color contains mainly: blue. Hex color #07058B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07058B is #F8FA74. Grayscale: #141414. Windows color (decimal): -16317045 or 9110791. OLE color: 9110791.

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

Color convert

RGB 7 5 139 -
CMYK 0.95 0.96 0 0.45
HSL 240.9º 0.93% 0.28% -
HSV(B) 240.9º 0.96% 0.55% -
XYZ 4.8 2.02 24.56 -
YUV 20.87 194.66 118.1 -
System Red Green Blue C M Y K H S L
Decimal 7 5 139 0.95 0.96 0 0.45 240.9 0.93 0.28
Hex 7 5 8B 5F 60 0 2D F1 5D 1C
Octal 7 5 213 137 140 0 55 361 135 34
Binary 111 101 10001011 1011111 1100000 0 101101 11110001 1011101 11100

Color Harmonies of #07058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07058B

Black with #07058B

Text Example


Text Example

White with #07058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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