#07648B

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

Shades of Allports #07648B

Tints of Allports #07648B

Color information

#07648B (or 0x07648B) is unknown color: approx Allports. HEX triplet: 07, 64 and 8B. RGB value is (7,100,139). Sum of RGB (Red+Green+Blue) = 7+100+139=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #07648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07648B is #F89B74. Grayscale: #4C4C4C. Windows color (decimal): -16292725 or 9135111. OLE color: 9135111.

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

Color convert

RGB7100139-
CMYK0.950.2800.45
HSL197.73º90.41%28.63%-
HSV(B)197.73º94.96%54.51%-
XYZ9.311.0226.06-
YUV76.64163.1978.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.85%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=2.85%
G=40.65%
B=56.50%

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
Decimal71001390.950.2800.45197.7390.4128.63
Hex7648B5F1C02Dc65a1d
Octal71442131373405530613235
Binary111110010010001011101111111100010110111000110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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