#07668D

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

Shades of Allports #07668D

Tints of Allports #07668D

Color information

#07668D (or 0x07668D) is unknown color: approx Allports. HEX triplet: 07, 66 and 8D. RGB value is (7,102,141). Sum of RGB (Red+Green+Blue) = 7+102+141=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #07668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07668D is #F89972. Grayscale: #4D4D4D. Windows color (decimal): -16292211 or 9266695. OLE color: 9266695.

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

Color convert

RGB7102141-
CMYK0.950.2800.45
HSL197.46º90.54%29.02%-
HSV(B)197.46º95.04%55.29%-
XYZ9.6511.4726.9-
YUV78.04163.5377.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.8%
GREEN value IS 102 (40.23% from 255) = 40.8%
BLUE value IS 141 (55.47% from 255) = 56.4%
R=2.8%
G=40.8%
B=56.4%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71021410.950.2800.45197.4690.5429.02
Hex7668D5F1C02Dc55b1d
Octal71462151373405530513335
Binary111110011010001101101111111100010110111000101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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