#07668E

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

Shades of Allports #07668E

Tints of Allports #07668E

Color information

#07668E (or 0x07668E) is unknown color: approx Allports. HEX triplet: 07, 66 and 8E. RGB value is (7,102,142). Sum of RGB (Red+Green+Blue) = 7+102+142=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #07668E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07668E is #F89971. Grayscale: #4D4D4D. Windows color (decimal): -16292210 or 9332231. OLE color: 9332231.

HSL color Cylindrical-coordinate representation of color #07668E: hue angle of 197.78º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07668E is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7102142-
CMYK0.950.2800.44
HSL197.78º90.6%29.22%-
HSV(B)197.78º95.07%55.69%-
XYZ9.7211.527.3-
YUV78.16164.0377.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.79%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 142 (55.86% from 255) = 56.57%
R=2.79%
G=40.64%
B=56.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71021420.950.2800.44197.7890.629.22
Hex7668E5F1C02Cc65b1d
Octal71462161373405430613335
Binary111110011010001110101111111100010110011000110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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