Html Css Color HEX #07088B Dark Blue

📋 copy color: '#07088B'

red 7 ◦ green 8 ◦ blue 139

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

Shades of Dark Blue #07088B

Tints of Dark Blue #07088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.19%

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

R = 4.55%
G = 5.19%
B = 90.26%

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

#07088B (or 0x07088B) is known color: Dark Blue. HEX triplet: 07, 08 and 8B. RGB value is (7,8,139). Sum of RGB (Red+Green+Blue) = 7+8+139=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 139 (54.69% from 255 or 90.26% from 154); Max value from RGB is 139 - color contains mainly: blue. Hex color #07088B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07088B is #F8F774. Grayscale: #161616. Windows color (decimal): -16316277 or 9111559. OLE color: 9111559.

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

Color convert

RGB 7 8 139 -
CMYK 0.95 0.94 0 0.45
HSL 239.55º 0.9% 0.29% -
HSV(B) 239.55º 0.95% 0.55% -
XYZ 4.83 2.08 24.57 -
YUV 22.64 193.67 116.85 -
System Red Green Blue C M Y K H S L
Decimal 7 8 139 0.95 0.94 0 0.45 239.55 0.9 0.29
Hex 7 8 8B 5F 5E 0 2D F0 5A 1D
Octal 7 10 213 137 136 0 55 360 132 35
Binary 111 1000 10001011 1011111 1011110 0 101101 11110000 1011010 11101

Color Harmonies of #07088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07088B

Black with #07088B

Text Example


Text Example

White with #07088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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