#07608D

Color #07608D Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #07608D

Tints of Allports #07608D

Color information

#07608D (or 0x07608D) is unknown color: approx Allports. HEX triplet: 07, 60 and 8D. RGB value is (7,96,141). Sum of RGB (Red+Green+Blue) = 7+96+141=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #07608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07608D is #F89F72. Grayscale: #4A4A4A. Windows color (decimal): -16293747 or 9265159. OLE color: 9265159.

HSL color Cylindrical-coordinate representation of color #07608D: hue angle of 200.15º degrees, saturation: 0.91, 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 #07608D is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB796141-
CMYK0.950.3200.45
HSL200.15º90.54%29.02%-
HSV(B)200.15º95.04%55.29%-
XYZ9.0810.3326.72-
YUV74.52165.5179.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.87%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 141 (55.47% from 255) = 57.79%
R=2.87%
G=39.34%
B=57.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7961410.950.3200.45200.1590.5429.02
Hex7608D5F2002Dc85b1d
Octal71402151374005531013335
Binary1111100000100011011011111100000010110111001000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07608D; }

 p { color: rgb(7,96,141); }

 H1.HeaderClassName
 {
   color: #07608D;
 }
 .AnyTagClassName
 {
   color: #07608D;
 }
</style>
background-color css

<style>
 a { background-color: #07608D; }

 a { background-color: rgb(7,96,141); }

 div.DivClassName
 {
   background-color: #07608D;
 }
 .BgClassName
 {
   background-color: #07608D;
 }
</style>
border-color css

<style>
 span { border-color: #07608D; }

 span { border-color: rgb(7,96,141); }

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